feat: Changed name to Speeder

This commit is contained in:
2026-03-23 13:23:00 -04:00
parent 6765a6e131
commit f34ad12b88
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,10 +1,10 @@
{
"name": "Video Speed Controller",
"short_name": "videospeed",
"name": "Speeder",
"short_name": "Speeder",
"version": "3.2.0",
"manifest_version": 2,
"description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts",
"homepage_url": "https://github.com/SoPat712/videospeed",
"description": "Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts (New and improved version of \"Video Speed Controller\")",
"homepage_url": "https://github.com/SoPat712/speeder",
"browser_specific_settings": {
"gecko": {
"id": "{ed860648-f54f-4dc9-9a0d-501aec4313f5}",
+2 -2
View File
@@ -10,11 +10,11 @@ document.addEventListener("DOMContentLoaded", function () {
});
document.querySelector("#about").addEventListener("click", function () {
window.open("https://github.com/codebicycle/videospeed");
window.open("https://github.com/SoPat712/Speeder");
});
document.querySelector("#feedback").addEventListener("click", function () {
window.open("https://github.com/codebicycle/videospeed/issues");
window.open("https://github.com/SoPat712/Speeder/issues");
});
document.querySelector("#enable").addEventListener("click", function () {