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", "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "js\/inject.js" ], "matches": [ "http:\/\/*.bilibili.com\/*", "https:\/\/*.bilibili.com\/*" ], "run_at": "document_start" } ], "action": { "default_icon": { "128": "logo.png" } }, "icons": { "128": "logo.png" }, "default_locale": "en", "description": "__MSG_extDes__", "manifest_version": 3, "name": "__MSG_extName__", "host_permissions": [ "<all_urls>" ], "permissions": [ "downloads", "storage", "contextMenus", "scripting", "declarativeNetRequest", "alarms" ], "sandbox": { "pages": [ "mp3\/decoder\/index.html" ] }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ], "version": "1.0.0", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mhnmdkacfcchcblbjakjjdecjijhpofe" }