BBetterTTV

BlackBoard BetterTTV

BBetterTTVとは何ですか?

BBetterTTVはFelix Randleによって開発されたChromeの拡張機能で、その主な機能は「BlackBoard BetterTTV」です。

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

screenshot

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

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

拡張機能の使用方法

                        Allows use of top 10K emotes from BetterTTV in blackboard collaborate                    

拡張機能の基本情報

名前 BBetterTTV BBetterTTV
ID enmdaclahfjkjamjplamgchmonbhcedf
公式URL https://chrome.google.com/webstore/detail/bbetterttv/enmdaclahfjkjamjplamgchmonbhcedf
説明 BlackBoard BetterTTV
ファイルサイズ 230 KB
インストール数 26
現在のバージョン 1.1
最終更新日 2020-10-06
公開日 2020-10-06
評価 5.00/5 合計 1 レビュー
開発者 Felix Randle
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "twitch.js"
            ],
            "matches": [
                "*:\/\/*.bbcollab.com\/*"
            ]
        }
    ],
    "description": "BlackBoard BetterTTV",
    "manifest_version": 2,
    "name": "BBetterTTV",
    "page_action": {
        "default_icon": {
            "48": "icons\/icon.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "data\/emotes.json"
    ],
    "version": "1.1"
}