bilibili danmaku inserter
bilibili danmaku inserter by ericlam
What is bilibili danmaku inserter?
bilibili danmaku inserter is a Chrome extension developed by blankesslob, and its main feature is "bilibili danmaku inserter by ericlam".
Extension Screenshots
Download bilibili danmaku inserter Extension CRX File
Download bilibili danmaku inserter 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
此插件提供界面讓你自動插入彈幕,主要用途為插入字幕彈幕以翻譯生肉視頻。 本插件還支援bcc字幕格式導出,如果up主有提供cc字幕功能,則可直接匯入彈幕到生肉視頻。 詳細教學可到: https://github.com/eric2788/bilibili-danmaku-inserter/wiki
Extension Basic Information
Name | bilibili danmaku inserter |
ID | bmgjnpnoikglngkbkfhkbghkgjhhogca |
Official URL | https://chromewebstore.google.com/detail/bilibili-danmaku-inserter/bmgjnpnoikglngkbkfhkbghkgjhhogca |
Description | bilibili danmaku inserter by ericlam |
File Size | 109 KB |
Installation Count | 51 |
Current Version | 0.4.4 |
Last Updated | 2022-12-12 |
Publish Date | 2020-12-31 |
Developer | blankesslob |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/eric2788/bilibili-danmaku-inserter/wiki |
Help Page URL | https://github.com/eric2788/bilibili-danmaku-inserter/issues |
Privacy Policy Page URL | https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20 |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "bilibili danmaku inserter", "version": "0.4.4", "description": "bilibili danmaku inserter by ericlam", "author": "Eric Lam", "developer": { "name": "Eric Lam", "url": "https:\/\/github.com\/eric2788" }, "icons": { "64": "icons\/icon.png" }, "permissions": [ "*:\/\/api.bilibili.com\/*", "*:\/\/space.bilibili.com\/*", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "applications": { "gecko": { "id": "{bbc7ff6b-4edd-40dc-bcd9-2214f91deada}", "update_url": "https:\/\/eric2788.github.io\/bilibili-danmaku-inserter\/updates.json", "strict_min_version": "78.0" } }, "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'", "browser_action": { "browser_style": true, "default_icon": { "64": "icons\/icon.png" }, "default_title": "\u524d\u5f80\u70e4\u8089\u754c\u9762" } } |