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.4",
"description": "__MSG_extNameDesc__",
"icons": {
"128": "icon.png"
},
"permissions": [],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"scripts\/content.js"
]
}
],
"default_locale": "en"
}