Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Extensions/combined/manifest-chrome.json6
-rw-r--r--Extensions/combined/manifest-firefox.json7
2 files changed, 2 insertions, 11 deletions
diff --git a/Extensions/combined/manifest-chrome.json b/Extensions/combined/manifest-chrome.json
index c2371af..10c83e9 100644
--- a/Extensions/combined/manifest-chrome.json
+++ b/Extensions/combined/manifest-chrome.json
@@ -1,7 +1,7 @@
{
"name": "Return YouTube Dislike",
"description": "Returns ability to see dislikes",
- "version": "2.1.0.2",
+ "version": "2.1.0.3",
"manifest_version": 3,
"background": {
"service_worker": "ryd.background.js"
@@ -27,10 +27,6 @@
"exclude_matches": ["*://*.music.youtube.com/*"],
"js": ["bundled-content-script.js"],
"css": ["content-style.css"]
- },
- {
- "matches": ["*://*.returnyoutubedislike.com/debug"],
- "js": ["debug.js"]
}
],
"externally_connectable": {
diff --git a/Extensions/combined/manifest-firefox.json b/Extensions/combined/manifest-firefox.json
index 612d5ea..fea36b7 100644
--- a/Extensions/combined/manifest-firefox.json
+++ b/Extensions/combined/manifest-firefox.json
@@ -1,7 +1,7 @@
{
"name": "Return YouTube Dislike",
"description": "Returns ability to see dislikes",
- "version": "2.1.0.2",
+ "version": "2.1.0.3",
"manifest_version": 2,
"background": {
"scripts": ["ryd.background.js"]
@@ -21,11 +21,6 @@
"run_at": "document_idle",
"css": ["content-style.css"],
"js": ["bundled-content-script.js"]
- },
- {
- "matches": ["*://*.returnyoutubedislike.com/debug"],
- "run_at": "document_idle",
- "js": ["debug.js"]
}
]
}