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:
Diffstat (limited to 'Extensions/combined/manifest-chrome.json')
-rw-r--r--Extensions/combined/manifest-chrome.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/Extensions/combined/manifest-chrome.json b/Extensions/combined/manifest-chrome.json
index bc00d83..d1cf586 100644
--- a/Extensions/combined/manifest-chrome.json
+++ b/Extensions/combined/manifest-chrome.json
@@ -27,6 +27,10 @@
"exclude_matches": ["*://*.music.youtube.com/*"],
"js": ["bundled-content-script.js"],
"css": ["content-style.css"]
+ },
+ {
+ "matches": ["*://*.returnyoutubedislike.com/debug","http://localhost/debug"],
+ "js": ["debug.js"]
}
],
"externally_connectable": {