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": "B2Y - YouTube \u540c\u6b65\u663e\u793a Bilibili \u5f39\u5e55", "description": "\u81ea\u52a8\u5c06Bilibili\u7684\u5f39\u5e55\u540c\u6b65\u663e\u793a\u5728YouTube\u89c6\u9891\u4e0a", "version": "1.1.5", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/api.bilibili.com\/*", "https:\/\/www.bilibili.com\/*", "https:\/\/www.youtube.com\/oembed*", "https:\/\/raw.githubusercontent.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "B\u7ad9\u5f39\u5e55\u8bbe\u7f6e", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] } ] }