Thumbs-Up!

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

Cos'è Thumbs-Up!?

Thumbs-Up! è un'estensione di Chrome sviluppata da Theo's Tech Tips, e la sua funzione principale è "A duplicate of Nod except not everybody has to have the extension installed!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Thumbs-Up!

Scarica i file di estensione Thumbs-Up! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
URL Ufficiale https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
Descrizione A duplicate of Nod except not everybody has to have the extension installed!
Dimensione del File 39.9 KB
Conteggio Installazioni 10,000
Versione Corrente 0.2
Ultimo Aggiornamento 2022-11-15
Data di Pubblicazione 2020-11-23
Valutazione 2.00/5 Totale 6 Valutazioni
Sviluppatore Theo's Tech Tips
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}