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, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.7.16", "icons": { "128": "icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "settings.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "content.js" ] } ], "web_accessible_resources": [ { "resources": [ "settings.html", "content.js", "injected.js" ], "matches": [ "*:\/\/*\/*" ] } ], "options_ui": { "page": "settings.html", "browser_style": false }, "author": "[email protected]", "homepage_url": "https:\/\/github.com\/conradRz\/" }