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": "BiliSpeedUp - B\u7ad9\u500d\u901f\u5de5\u5177",
"version": "1.0.0",
"description": "B\u7ad9\u89c6\u9891\u500d\u901f\u64ad\u653e\u589e\u5f3a\u5de5\u5177\uff0c\u652f\u6301\u81ea\u5b9a\u4e49\u500d\u901f\u3001\u667a\u80fd\u8bb0\u5fc6\u3001\u591a\u79cd\u8c03\u8282\u65b9\u5f0f",
"author": "timerring",
"homepage_url": "https:\/\/github.com\/timerring\/BiliSpeedUp",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"1024": "icons\/icon1024.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.bilibili.com\/video\/*",
"https:\/\/www.bilibili.com\/bangumi\/play\/*"
],
"js": [
"BiliSpeedUp.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.bilibili.com\/*"
]
}