BBEmotes
Adds Twitch emotes ( BetterTTV ) to Blackboard Collab
What is BBEmotes?
BBEmotes is a Chrome extension developed by Gobbo, and its main feature is "Adds Twitch emotes ( BetterTTV ) to Blackboard Collab".
Extension Screenshots
Download BBEmotes Extension CRX File
Download BBEmotes 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
This extension adds Twitch emotes to Blackboard collaborate so you can talk to your peers with images.
Extension Basic Information
Name | BBEmotes |
ID | gjiefpbemgckmpmchklhmnkmbepjiehe |
Official URL | https://chromewebstore.google.com/detail/bbemotes/gjiefpbemgckmpmchklhmnkmbepjiehe |
Description | Adds Twitch emotes ( BetterTTV ) to Blackboard Collab |
File Size | 231 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2020-10-01 |
Publish Date | 2020-10-01 |
Developer | Gobbo |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |