Bilibili 视频总结插件~
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "AI课代表 - Bç«™å¦ä¹ 助手, 视频总结, å—幕列表, GPT-4",
"version": "1.5.8",
"description": "Bilibili 视频总结æ’件~",
"background": {
"service_worker": "src/pages/background/index.js",
"type": "module"
},
"action": {
"default_popup": "src/pages/popup/index.html",
"default_icon": "logo.png"
},
"icons": {
"16": "logo-16.png",
"34": "logo-34.png",
"128": "logo-128.png"
},
"content_scripts": [
{
"matches": [
"https://www.bilibili.com/video/*",
"https://www.bilibili.com/list/*",
"https://kedaibiao.pro/*",
"http://localhost:3000/*",
"https://www.kedaibiao.pro/*",
"https://www.kedaibiao.pro/*",
"https://www.ixigua.com/*",
"https://www.youtube.com/watch?v=*",
"https://www.youtube.com/*"
],
"js": [
"src/pages/content/index.js"
],
"css": []
}
],
"web_accessible_resources": [
{
"resources": [
"assets/js/*.js",
"assets/js/*.js.map",
"assets/css/*.css",
"src/pages/welcome.html",
"src/pages/injectScript/index.js",
"logo.png"
],
"matches": [
"*://*/*",
"<all_urls>"
]
}
],
"permissions": [
"background",
"storage"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}