bilibili danmaku inserter
bilibili danmaku inserter by ericlam
Vad är bilibili danmaku inserter?
bilibili danmaku inserter är en Chrome-tillägg utvecklad av blankesslob, och dess huvudfunktion är "bilibili danmaku inserter by ericlam".
Tilläggsskärmbilder
Ladda ner bilibili danmaku inserter-förlängningens CRX-fil
Ladda ner bilibili danmaku inserter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
此插件提供界面讓你自動插入彈幕,主要用途為插入字幕彈幕以翻譯生肉視頻。 本插件還支援bcc字幕格式導出,如果up主有提供cc字幕功能,則可直接匯入彈幕到生肉視頻。 詳細教學可到: https://github.com/eric2788/bilibili-danmaku-inserter/wiki
Grundläggande Information om Tillägg
Namn | bilibili danmaku inserter |
ID | bmgjnpnoikglngkbkfhkbghkgjhhogca |
Officiell webbadress | https://chromewebstore.google.com/detail/bilibili-danmaku-inserter/bmgjnpnoikglngkbkfhkbghkgjhhogca |
Beskrivning | bilibili danmaku inserter by ericlam |
Filstorlek | 109 KB |
Antal Installationer | 51 |
Aktuell Version | 0.4.4 |
Senast Uppdaterad | 2022-12-12 |
Publiceringsdatum | 2020-12-31 |
Utvecklare | blankesslob |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/eric2788/bilibili-danmaku-inserter/wiki |
Hjälpsida URL | https://github.com/eric2788/bilibili-danmaku-inserter/issues |
URL till Sekretesspolicy Sidan | https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20 |
Stödda Språk | 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" } } |