AI课代表 - B站学习助手, 视频总结, 字幕列表, GPT-4
Bilibili 视频总结插件~
What is AI课代表 - B站学习助手, 视频总结, 字幕列表, GPT-4?
AI课代表 - B站学习助手, 视频总结, 字幕列表, GPT-4 is a Chrome extension developed by https://kedaibiao.pro, and its main feature is "Bilibili 视频总结插件~".
Extension Screenshots
Download AI课代表 - B站学习助手, 视频总结, 字幕列表, GPT-4 Extension CRX File
Download AI课代表 - B站学习助手, 视频总结, 字幕列表, GPT-4 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
“AI课代表” 是您在B站最专业的人工智能助手 🤖 基于GPT4的“知识提问"+“视频总结”+“字幕搜索” 支持Bilibili、Youtube、西瓜视频、抖音! 🎉🎉🎉每日刷新免费额度🎉🎉🎉 选择“AI课代表”的三大原因: 🧠帮你汲取B站5亿视频的“精华内容” ✅ 解决问题:“知识提问”直接回答你的问题! ✅ 快速定位:字幕搜索帮你快速定位“关键点”! ✅ 筛选视频:内容摘要帮你识别“标题党”! 🤓帮你成为人见人爱的“课代表” ✅ 无情吸赞:把“摘要+时间戳”发到评论区! ✅ 学霸人设:把宝藏视频的“链接+摘要”分享给朋友! ✅ 专栏大佬:公开发布AI笔记到B站的“笔记本”! 最重要的是: 🗣 您的声音至关重要,我们将以“3天1更”的速度持续改进!
Extension Basic Information
Name | AI课代表 - B站学习助手, 视频总结, 字幕列表, GPT-4 |
ID | jgilkmapjeaikiboajahmeiadceioobc |
Official URL | https://chromewebstore.google.com/detail/ai%E8%AF%BE%E4%BB%A3%E8%A1%A8-b%E7%AB%99%E5%AD%A6%E4%B9%A0%E5%8A%A9%E6%89%8B-%E8%A7%86%E9%A2%91%E6%80%BB%E7%BB%93-%E5%AD%97%E5%B9%95%E5%88%97%E8%A1%A8-gp/jgilkmapjeaikiboajahmeiadceioobc |
Description | Bilibili 视频总结插件~ |
File Size | 2.32 MB |
Installation Count | 5,000 |
Current Version | 1.5.5 |
Last Updated | 2023-12-13 |
Publish Date | 2023-07-12 |
Rating | 4.85/5 Total 20 Ratings |
Developer | https://kedaibiao.pro |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kedaibiao.pro/ |
Privacy Policy Page URL | https://www.kedaibiao.pro/privacy_policy_en.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI\u8bfe\u4ee3\u8868 - B\u7ad9\u5b66\u4e60\u52a9\u624b, \u89c6\u9891\u603b\u7ed3, \u5b57\u5e55\u5217\u8868, GPT-4", "version": "1.5.5", "description": "Bilibili \u89c6\u9891\u603b\u7ed3\u63d2\u4ef6~", "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": [ "*:\/\/*\/*", " |