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_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"https:\/\/music.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"128": "icons\/icon128.png"
}
},
"host_permissions": [
"https:\/\/*.youtube.com\/*",
"https:\/\/music.youtube.com\/*"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; img-src 'self' data:;"
},
"homepage_url": "https:\/\/nonstop-youtube.pdfwork.com\/",
"background": {
"service_worker": "bg\/sw.js",
"type": "module"
},
"default_locale": "en"
}