BBEmotes
Adds Twitch emotes ( BetterTTV ) to Blackboard Collab
什麼是BBEmotes?
BBEmotes是由Gobbo開發的Chrome擴展程式,該擴展的主要功能是“Adds Twitch emotes ( BetterTTV ) to Blackboard Collab”。
擴展截圖
下載BBEmotes擴展crx文件
下載BBEmotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds Twitch emotes to Blackboard collaborate so you can talk to your peers with images. 擴展基本資訊
| 名稱 | |
| ID | gjiefpbemgckmpmchklhmnkmbepjiehe |
| 官方網址 | https://chromewebstore.google.com/detail/bbemotes/gjiefpbemgckmpmchklhmnkmbepjiehe |
| 簡介 | Adds Twitch emotes ( BetterTTV ) to Blackboard Collab |
| 檔案大小 | 231 KB |
| 安裝次數 | 34 |
| 目前版本 | 1.0 |
| 更新時間 | 2020-10-01 |
| 上架時間 | 2020-10-01 |
| 開發者 | Gobbo |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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
} | |