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", "name": "__MSG_extName__", "version": "2.0.20", "author": "Guokai Han", "manifest_version": 3, "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "contextMenus", "storage" ], "icons": { "16": "icon\/16.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "contentScript.js" ], "matches": [ "*:\/\/www.bilibili.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/www.bilibili.com\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "initContentScript.js" ] } ] }