danmu

live danmu(bullet screen) for youtube full screen view

danmuとは何ですか?

danmuはUnknownによって開発されたChromeの拡張機能で、その主な機能は「live danmu(bullet screen) for youtube full screen view」です。

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

screenshot

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

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

拡張機能の使用方法

                        Show animated bullet screen of chat comments in Youtube Live.

Click the icon to toggle and set font & speed in option panel.

Later it will support more Live platform such as Twitch and so on.                    

拡張機能の基本情報

名前 danmu danmu
ID okpdlocciaboobfpnegpnccopnhcggle
公式URL https://chromewebstore.google.com/detail/danmu/okpdlocciaboobfpnegpnccopnhcggle
説明 live danmu(bullet screen) for youtube full screen view
ファイルサイズ 270 KB
インストール数 20
現在のバージョン 1.04
最終更新日 2018-08-23
公開日 2018-08-23
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "danmu",
    "description": "live danmu(bullet screen) for youtube full screen view",
    "version": "1.04",
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "resource\/iconOn.png",
        "48": "resource\/iconOn.png",
        "128": "resource\/iconOn.png"
    },
    "browser_action": {
        "default_title": "danmu",
        "default_icon": "resource\/iconOff.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "danmu.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}