Thumbs-Up!

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

Qu'est-ce que Thumbs-Up! ?

Thumbs-Up! est une extension Chrome développée par Theo's Tech Tips, et sa fonction principale est "A duplicate of Nod except not everybody has to have the extension installed!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Thumbs-Up!

Téléchargez les fichiers d'extension Thumbs-Up! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
URL Officiel https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
Description A duplicate of Nod except not everybody has to have the extension installed!
Taille du Fichier 39.9 KB
Nombre d'Installations 10,000
Version Actuelle 0.2
Dernière Mise à Jour 2022-11-15
Date de Publication 2020-11-23
Évaluation 2.00/5 Total 6 Évaluations
Développeur Theo's Tech Tips
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}