Thumbs-Up!

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

Vad är Thumbs-Up!?

Thumbs-Up! är en Chrome-tillägg utvecklad av Theo's Tech Tips, och dess huvudfunktion är "A duplicate of Nod except not everybody has to have the extension installed!".

Tilläggsskärmbilder

screenshot

Ladda ner Thumbs-Up!-förlängningens CRX-fil

Ladda ner Thumbs-Up!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
Officiell webbadress https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
Beskrivning A duplicate of Nod except not everybody has to have the extension installed!
Filstorlek 39.9 KB
Antal Installationer 10,000
Aktuell Version 0.2
Senast Uppdaterad 2022-11-15
Publiceringsdatum 2020-11-23
Betyg 2.00/5 Totalt 6 Betyg
Utvecklare Theo's Tech Tips
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}