Thumbs-Up!

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

什么是Thumbs-Up!?

Thumbs-Up!是由Theo's Tech Tips开发的Chrome扩展程序,该扩展的主要功能是“A duplicate of Nod except not everybody has to have the extension installed!”。

扩展截图

screenshot

下载Thumbs-Up!扩展crx文件

下载Thumbs-Up!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Thumbs-Up! Thumbs-Up!
ID knbioabcchimhfldmpmacnepocgjejgf
官方URL https://chromewebstore.google.com/detail/thumbs-up/knbioabcchimhfldmpmacnepocgjejgf
简介 A duplicate of Nod except not everybody has to have the extension installed!
文件大小 39.9 KB
安装次数 10,000
当前版本 0.2
更新时间 2022-11-15
上架时间 2020-11-23
评分 2.00/5 共6次评分
开发者 Theo's Tech Tips
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}