Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "1.15.10",
"version_name": "1.15.10",
"icons": {
"16": "chrome_logo_16.png",
"32": "chrome_logo_32.png",
"48": "chrome_logo_48.png",
"128": "chrome_logo_128.png",
"144": "chrome_logo_144.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.js"
],
"matches": [
"https:\/\/youtube.com\/*",
"https:\/\/*.youtube.com\/*"
],
"run_at": "document_idle",
"all_frames": true
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css"
],
"use_dynamic_url": false
}
],
"host_permissions": [
"https:\/\/youtube.com\/*",
"https:\/\/accounts.google.com\/gsi\/client"
],
"permissions": [
"tabs"
]
}