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",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.4.1",
"manifest_version": 3,
"icons": {
"128": "img\/logo-128.png"
},
"options_page": "src\/pages\/options.html",
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup.html",
"default_icon": "img\/logo-128.png"
},
"content_scripts": [
{
"js": [
"assets\/index.ts-loader-d74141c2.js"
],
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"run_at": "document_end",
"css": [
"assets\/index-a87fdc06.css"
]
}
],
"web_accessible_resources": [
{
"matches": [],
"resources": [
"img\/logo-128.png"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"resources": [
"assets\/chunk-369a342e.js",
"assets\/chunk-725317a4.js",
"assets\/chunk-9ab6d175.js"
],
"use_dynamic_url": true
}
],
"permissions": [
"storage",
"tabs"
],
"default_locale": "en"
}