Thumbs-Up!

A duplicate of Nod except not everybody has to have the extension installed!

Thumbs-Up!คืออะไร?

Thumbs-Up! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Theo's Tech Tips และคุณลักษณะหลักของมันคือ "A duplicate of Nod except not everybody has to have the extension installed!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thumbs-Up!

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

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

                        This extension adds reactions to your google meet using the classic google meet chatbox! When you download it, adds a ton of icons to the bottom menu and when you press it, it tells you that it sent the reaction by showing it in the chatbox!                    

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

ชื่อ Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
คำอธิบาย A duplicate of Nod except not everybody has to have the extension installed!
ขนาดไฟล์ 39.9 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2022-11-15
วันที่เผยแพร่ 2020-11-23
คะแนน 2.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Theo's Tech Tips
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Thumbs-Up!",
    "description": "A duplicate of Nod except not everybody has to have the extension installed!",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/meet.google.com\/**-**-**"
            ],
            "js": [
                "jquery-3.6.1.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": "thumb.gif",
        "default_popup": "popup.html"
    }
}