Google Meet Pranks

Prank your teammates on Google Meet with this extension!

Google Meet Pranksとは何ですか?

Google Meet Pranksはguillermobarbadilloによって開発されたChromeの拡張機能で、その主な機能は「Prank your teammates on Google Meet with this extension!」です。

拡張機能のスクリーンショット

screenshot

Google Meet Pranks拡張機能のCRXファイルをダウンロード

Google Meet Pranks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Currently this extension can:

- Kick out everyone out of the meeting
- Send a crazy number of reactions (thumbs up, emojis...)

Please leave your feedback and add suggestions on Github: https://github.com/ironbar/google_meet_pranks                    

拡張機能の基本情報

名前 Google Meet Pranks Google Meet Pranks
ID fijoailfojnppbaomieldjlfnkabphbh
公式URL https://chromewebstore.google.com/detail/google-meet-pranks/fijoailfojnppbaomieldjlfnkabphbh
説明 Prank your teammates on Google Meet with this extension!
ファイルサイズ 578 KB
インストール数 270
現在のバージョン 0.3
最終更新日 2023-07-31
公開日 2023-07-23
評価 5.00/5 合計 2 レビュー
開発者 guillermobarbadillo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ironbar/google_meet_pranks
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Meet Pranks",
    "description": "Prank your teammates on Google Meet with this extension!",
    "version": "0.3",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}