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": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "9.0.10",
"icons": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"default_locale": "zh_CN",
"permissions": [
"storage",
"activeTab",
"tabs",
"webRequest",
"declarativeNetRequestWithHostAccess",
"sidePanel"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "post-sspai-cors",
"enabled": false,
"path": "rules\/post-sspai-cors.json"
}
]
},
"action": {
"default_title": "__MSG_extensionName__",
"default_icon": {
"16": "icon-16.png",
"32": "icon-32.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"icon-*.png",
"icons\/*.svg",
"icons\/*.png",
"icons\/hoverToolbar\/*.png",
"inject-version.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/m.bilibili.com\/*",
"*:\/\/player.bilibili.com\/*",
"*:\/\/www.bilibili.com\/*"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"content-scripts\/bilibili-iframe.js"
]
},
{
"matches": [
"*:\/\/m.bilibili.com\/video\/*",
"*:\/\/www.bilibili.com\/video\/*"
],
"exclude_matches": [
"*:\/\/localhost\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/bilibili.js"
]
},
{
"matches": [
"<all_urls>"
],
"exclude_matches": [
"*:\/\/clipper.yinxiang.com\/*",
"*:\/\/localhost\/*",
"*:\/\/m.bilibili.com\/video\/*",
"*:\/\/stage-7.yinxiang.com\/*",
"*:\/\/static.stage-3.yinxiang.com\/*",
"*:\/\/static.stage-7.yinxiang.com\/*",
"*:\/\/www.bilibili.com\/video\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/content.js"
]
},
{
"matches": [
"http:\/\/127.0.0.1\/*",
"http:\/\/127.0.0.1:3000\/*",
"http:\/\/127.0.0.1:8080\/*",
"http:\/\/localhost\/*",
"http:\/\/localhost:3000\/*",
"http:\/\/localhost:8080\/*",
"https:\/\/clipper.yinxiang.com\/*",
"https:\/\/login.example.com\/*",
"https:\/\/staging-login.example.com\/*",
"https:\/\/static.stage-3.yinxiang.com\/*",
"https:\/\/static.stage-7.yinxiang.com\/*",
"https:\/\/static.yinxiang.com\/*"
],
"all_frames": false,
"run_at": "document_start",
"js": [
"content-scripts\/login-callback.js"
]
}
]
}