bilibili danmaku inserter
bilibili danmaku inserter by ericlam
什麼是bilibili danmaku inserter?
bilibili danmaku inserter是由blankesslob開發的Chrome擴展程式,該擴展的主要功能是“bilibili danmaku inserter by ericlam”。
擴展截圖
下載bilibili danmaku inserter擴展crx文件
下載bilibili danmaku inserter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
此插件提供界面讓你自動插入彈幕,主要用途為插入字幕彈幕以翻譯生肉視頻。
本插件還支援bcc字幕格式導出,如果up主有提供cc字幕功能,則可直接匯入彈幕到生肉視頻。
詳細教學可到: https://github.com/eric2788/bilibili-danmaku-inserter/wiki 擴展基本資訊
| 名稱 | |
| ID | bmgjnpnoikglngkbkfhkbghkgjhhogca |
| 官方網址 | https://chromewebstore.google.com/detail/bilibili-danmaku-inserter/bmgjnpnoikglngkbkfhkbghkgjhhogca |
| 簡介 | bilibili danmaku inserter by ericlam |
| 檔案大小 | 109 KB |
| 安裝次數 | 51 |
| 目前版本 | 0.4.4 |
| 更新時間 | 2022-12-12 |
| 上架時間 | 2020-12-31 |
| 開發者 | blankesslob |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/eric2788/bilibili-danmaku-inserter/wiki |
| 說明頁面URL | https://github.com/eric2788/bilibili-danmaku-inserter/issues |
| 隱私政策頁面URL | https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20 |
| 支援的語言 | 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"
}
} | |