+
Fixed #3 -- "Extension doesn't work on embeds"
+
+
+
+
-
-
First version to be uploaded on web-stores! (Chrome & Firefox)
diff --git a/manifest.json b/manifest.json
index 7532d23..82dd247 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "PlayerTube",
"description": "The secret ingredient for a older (and better) looking YouTube.",
- "version": "1.2",
+ "version": "1.2.1",
"homepage_url": "https://github.com/ktg5/PlayerTube",
"background": {
@@ -16,13 +16,15 @@
"content_scripts": [
{
- "matches": ["*://*.youtube.com/*"],
+ "matches": ["*://*.youtube.com/*", "*://*.youtube.com/embed/*"],
"js": ["setup.js"],
- "run_at": "document_start"
+ "run_at": "document_start",
+ "all_frames": true
},
{
- "matches": ["*://*.youtube.com/*"],
- "js": ["main.js"]
+ "matches": ["*://*.youtube.com/*", "*://*.youtube.com/embed/*"],
+ "js": ["main.js"],
+ "all_frames": true
}
],
PlayerTube has been updated to
++
+
Past versions...
+
+ Extension is accepted on Firefox.
Fixed #2 -- "moveElement function slowing everything down"
Fixed an issue in the settings popup where settings won't load. -- This was solved by making the popup's script make a new config if the user doesn't have one already.
v1.2
-
-
Past versions...
v1.1