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
官方網址 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
電子郵箱 [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"
}