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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}