Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "worker.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"scripts\/content.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules_1.json"
}
]
},
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "__MSG_title__",
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"permissions": [
"tabs",
"declarativeNetRequest",
"storage"
],
"version": "1.0"
}