BBEmotes

Adds Twitch emotes ( BetterTTV ) to Blackboard Collab

Apa itu BBEmotes?

BBEmotes adalah ekstensi Chrome yang dikembangkan oleh Gobbo, dan fitur utamanya adalah "Adds Twitch emotes ( BetterTTV ) to Blackboard Collab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BBEmotes

Unduh file ekstensi BBEmotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BBEmotes BBEmotes
ID gjiefpbemgckmpmchklhmnkmbepjiehe
URL Resmi https://chromewebstore.google.com/detail/bbemotes/gjiefpbemgckmpmchklhmnkmbepjiehe
Deskripsi Adds Twitch emotes ( BetterTTV ) to Blackboard Collab
Ukuran File 231 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-10-01
Tanggal Publikasi 2020-10-01
Pengembang Gobbo
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}