BBEmotes

Adds Twitch emotes ( BetterTTV ) to Blackboard Collab

Wat is BBEmotes?

BBEmotes is een Chrome-extensie ontwikkeld door Gobbo, en de belangrijkste functie is "Adds Twitch emotes ( BetterTTV ) to Blackboard Collab".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BBEmotes

Download BBEmotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension adds Twitch emotes to Blackboard collaborate so you can talk to your peers with images.                    

Basisinformatie over de Extensie

Naam BBEmotes BBEmotes
ID gjiefpbemgckmpmchklhmnkmbepjiehe
Officiële URL https://chromewebstore.google.com/detail/bbemotes/gjiefpbemgckmpmchklhmnkmbepjiehe
Beschrijving Adds Twitch emotes ( BetterTTV ) to Blackboard Collab
Bestandsgrootte 231 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2020-10-01
Publicatiedatum 2020-10-01
Ontwikkelaar Gobbo
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BBEmotes",
    "version": "1.0",
    "description": "Adds Twitch emotes ( BetterTTV ) to Blackboard Collab",
    "permissions": [
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "48": "icons\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bbcollab.com\/*"
            ],
            "js": [
                "jquery.js",
                "twitch.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "emotes\/*"
    ],
    "manifest_version": 2
}