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_name__", "description": "__MSG_description__", "default_locale": "en", "version": "0.0.13", "icons": { "16": "\/images\/app.png", "32": "\/images\/app.png", "48": "\/images\/app.png", "128": "\/images\/app.png" }, "action": { "default_icon": { "16": "\/images\/app.png", "32": "\/images\/app.png", "48": "\/images\/app.png", "128": "\/images\/app.png" } }, "permissions": [ "storage" ], "optional_permissions": [ "activeTab" ], "host_permissions": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.khanacademy.org\/*", "*:\/\/www.bilibili.com\/video*", "https:\/\/app.wayin.ai\/*" ], "optional_host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js", "type": "module", "persist": true }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/www.khanacademy.org\/*", "*:\/\/www.bilibili.com\/video*", "https:\/\/app.wayin.ai\/*" ], "css": [ "content.css" ], "js": [ "content.js" ], "run_at": "document_end" } ] }