Bulletchat for YouTube

Bullet chatting on YouTube

Bulletchat for YouTubeとは何ですか?

Bulletchat for YouTubeはmashiroによって開発されたChromeの拡張機能で、その主な機能は「Bullet chatting on YouTube」です。

拡張機能のスクリーンショット

screenshot
screenshot

Bulletchat for YouTube拡張機能のCRXファイルをダウンロード

Bulletchat for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Bulletchat for YouTube Bulletchat for YouTube
ID ldlogbmoofpmjhkccjhajjkkkjojenip
公式URL https://chromewebstore.google.com/detail/bulletchat-for-youtube/ldlogbmoofpmjhkccjhajjkkkjojenip
説明 Bullet chatting on YouTube
ファイルサイズ 1.56 MB
インストール数 2,482
現在のバージョン 1.3.0
最終更新日 2020-12-14
公開日 2020-05-06
評価 4.88/5 合計 16 レビュー
開発者 mashiro
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/mashiro/bulletchat-for-youtube
対応言語 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"
    }
}