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_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "2.4.1",
"default_locale": "en",
"icons": {
"128": "128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/m.youtube.com\/*"
],
"action": {
"default_popup": "front.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/m.youtube.com\/*"
],
"js": [
"content.js"
],
"all_frames": true
}
]
}