BBetterTTV

BlackBoard BetterTTV

What is BBetterTTV?

BBetterTTV is a Chrome extension developed by Felix Randle, and its main feature is "BlackBoard BetterTTV".

Extension Screenshots

screenshot

Download BBetterTTV Extension CRX File

Download BBetterTTV extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BBetterTTV BBetterTTV
ID enmdaclahfjkjamjplamgchmonbhcedf
Official URL https://chrome.google.com/webstore/detail/bbetterttv/enmdaclahfjkjamjplamgchmonbhcedf
Description BlackBoard BetterTTV
File Size 230 KB
Installation Count 26
Current Version 1.1
Last Updated 2020-10-06
Publish Date 2020-10-06
Rating 5.00/5 Total 1 Ratings
Developer Felix Randle
Email [email protected]
Payment Type free
Supported Languages 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"
}