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",
"manifest_version": 3,
"name": "__MSG_appName__",
"default_locale": "en",
"version": "2.0.2",
"description": "__MSG_appDesc__",
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": "icons\/icon.png",
"default_title": "__MSG_actionTitle__"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*",
"https:\/\/www.youtube-nocookie.com\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
]
}