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": "CleanTube - A clean YouTube experience",
"description": "A clean YouTube experience",
"version": "0.6",
"manifest_version": 3,
"icons": {
"16": "img\/logo-16.png",
"32": "img\/logo-34.png",
"48": "img\/logo-48.png",
"128": "img\/logo-128.png"
},
"permissions": [
"storage",
"scripting",
"tabs"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"optional_host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"action": {
"default_popup": "popup.html",
"default_icon": "img\/logo-48.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_page": "options.html",
"content_scripts": [
{
"js": [
"assets\/index.js-loader-656d3caa.js"
],
"run_at": "document_start",
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"\/src\/contentScript\/index.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"src\/contentScript\/index.css",
"src\/*",
"assets\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"resources": [
"assets\/chunk-b3fea055.js",
"assets\/chunk-bb4c1966.js"
],
"use_dynamic_url": true
}
]
}