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": "B\u7ad9\u95ee\u53f7\u699c",
"version": "1.1",
"description": "\u5728B\u7ad9\u89c6\u9891\u4e0b\u65b9\u589e\u52a0\u95ee\u53f7\u952e\uff0c\u7edf\u8ba1\u5e76\u5c55\u793a\u62bd\u8c61\u89c6\u9891\u6392\u884c\u699c\u3002",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/*.bilibili.com\/*",
"https:\/\/www.bili-qml.top\/*"
],
"web_accessible_resources": [
{
"resources": [
"icons\/button-icon.png"
],
"matches": [
"https:\/\/www.bilibili.com\/*"
]
}
],
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.bilibili.com\/video\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
]
}