Bulletchat for YouTube

Bullet chatting on YouTube

Bulletchat for YouTube là gì?

Bulletchat for YouTube là một tiện ích mở rộng Chrome được phát triển bởi mashiro, và tính năng chính của nó là "Bullet chatting on YouTube".

Ả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 Bulletchat for YouTube

Tải xuống các tệp mở rộng Bulletchat for YouTube 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

                        You can display live chat on the video like a bullet.                    

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

Tên Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
URL Chính Thức https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
Mô tả Bullet chatting on YouTube
Kích Thước Tệp 1.56 MB
Số Lần Cài Đặt 2,482
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2020-12-14
Ngày Phát Hành 2020-05-06
Đánh Giá 4.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển mashiro
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/mashiro/bulletchat-for-youtube
Ngôn Ngữ Được Hỗ Trợ en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bulletchat for YouTube",
    "version": "1.3.0",
    "author": "mashiro",
    "homepage_url": "https:\/\/github.com\/mashiro\/bulletchat-for-youtube",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "icon-white.svg"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.4e166c2f.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/static\/js\/content.835cc2ea.js"
            ],
            "css": [
                "\/static\/css\/content.fafb8ebe.css"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "BulletChat",
        "default_popup": "index.html#options"
    }
}