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:
authorDmitrii Selivanov <selivano.d@gmail.com>2022-01-10 12:35:24 +0300
committerDmitrii Selivanov <selivano.d@gmail.com>2022-01-10 12:35:24 +0300
commit0e454daf8668d6226d6a01933bc7ef1050be145a (patch)
tree278839389167b8d1365da36000eb16bbf7f342ad
parent59de5288aeff0058014ec288a06c68a2812e3a74 (diff)
Permissions removedremove_localhost
-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"]
}
]
}