BBEmotes
Adds Twitch emotes ( BetterTTV ) to Blackboard Collab
Vad är BBEmotes?
BBEmotes är en Chrome-tillägg utvecklad av Gobbo, och dess huvudfunktion är "Adds Twitch emotes ( BetterTTV ) to Blackboard Collab".
Tilläggsskärmbilder
Ladda ner BBEmotes-förlängningens CRX-fil
Ladda ner BBEmotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension adds Twitch emotes to Blackboard collaborate so you can talk to your peers with images. Grundläggande Information om Tillägg
| Namn | |
| ID | gjiefpbemgckmpmchklhmnkmbepjiehe |
| Officiell webbadress | https://chromewebstore.google.com/detail/bbemotes/gjiefpbemgckmpmchklhmnkmbepjiehe |
| Beskrivning | Adds Twitch emotes ( BetterTTV ) to Blackboard Collab |
| Filstorlek | 231 KB |
| Antal Installationer | 34 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-10-01 |
| Publiceringsdatum | 2020-10-01 |
| Utvecklare | Gobbo |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |