bilibili danmaku inserter

bilibili danmaku inserter by ericlam

bilibili danmaku inserter là gì?

bilibili danmaku inserter là một tiện ích mở rộng Chrome được phát triển bởi blankesslob, và tính năng chính của nó là "bilibili danmaku inserter by ericlam".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng bilibili danmaku inserter

Tải xuống các tệp mở rộng bilibili danmaku inserter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        此插件提供界面讓你自動插入彈幕,主要用途為插入字幕彈幕以翻譯生肉視頻。
本插件還支援bcc字幕格式導出,如果up主有提供cc字幕功能,則可直接匯入彈幕到生肉視頻。

詳細教學可到: https://github.com/eric2788/bilibili-danmaku-inserter/wiki                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên bilibili danmaku inserter bilibili danmaku inserter
ID bmgjnpnoikglngkbkfhkbghkgjhhogca
URL Chính Thức https://chromewebstore.google.com/detail/bilibili-danmaku-inserter/bmgjnpnoikglngkbkfhkbghkgjhhogca
Mô tả bilibili danmaku inserter by ericlam
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2022-12-12
Ngày Phát Hành 2020-12-31
Nhà Phát Triển blankesslob
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eric2788/bilibili-danmaku-inserter/wiki
URL Trang Trợ Giúp https://github.com/eric2788/bilibili-danmaku-inserter/issues
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/4e2168ab-2617-4c4b-8f72-b0d64052cf20
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}