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
Eメール [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"
    }
}