Thumbs-Up!

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

What is Thumbs-Up!?

Thumbs-Up! is a Chrome extension developed by Theo's Tech Tips, and its main feature is "A duplicate of Nod except not everybody has to have the extension installed!".

Extension Screenshots

screenshot

Download Thumbs-Up! Extension CRX File

Download Thumbs-Up! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
Official URL https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
Description A duplicate of Nod except not everybody has to have the extension installed!
File Size 39.9 KB
Installation Count 10,000
Current Version 0.2
Last Updated 2022-11-15
Publish Date 2020-11-23
Rating 2.00/5 Total 6 Ratings
Developer Theo's Tech Tips
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}