Thumbs-Up!

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

Thumbs-Up! क्या है?

Thumbs-Up! Theo's Tech Tips द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A duplicate of Nod except not everybody has to have the extension installed!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Thumbs-Up! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}