BBEmotes

Adds Twitch emotes ( BetterTTV ) to Blackboard Collab

BBEmotesคืออะไร?

BBEmotes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gobbo และคุณลักษณะหลักของมันคือ "Adds Twitch emotes ( BetterTTV ) to Blackboard Collab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BBEmotes

ดาวน์โหลดไฟล์ส่วนขยาย BBEmotes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BBEmotes BBEmotes
ID gjiefpbemgckmpmchklhmnkmbepjiehe
URL อย่างเป็นทางการ 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
}