Thumbs-Up!

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

Apa itu Thumbs-Up!?

Thumbs-Up! adalah ekstensi Chrome yang dikembangkan oleh Theo's Tech Tips, dan fitur utamanya adalah "A duplicate of Nod except not everybody has to have the extension installed!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thumbs-Up!

Unduh file ekstensi Thumbs-Up! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
URL Resmi https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
Deskripsi A duplicate of Nod except not everybody has to have the extension installed!
Ukuran File 39.9 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.2
Terakhir Diperbarui 2022-11-15
Tanggal Publikasi 2020-11-23
Penilaian 2.00/5 Total 6 Penilaian
Pengembang Theo's Tech Tips
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}