Google Meet Matrix Rain

You don't even see the code. All you see is yourself.

Google Meet Matrix Rainとは何ですか?

Google Meet Matrix RainはCrossingによって開発されたChromeの拡張機能で、その主な機能は「You don't even see the code. All you see is yourself.」です。

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

screenshot

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

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

拡張機能の使用方法

                        A filter for Google Meet that turns your face into the cliche digital rain.                    

拡張機能の基本情報

名前 Google Meet Matrix Rain Google Meet Matrix Rain
ID ihadpecfbccmcbpdlinbcmflaiddfion
公式URL https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion
説明 You don't even see the code. All you see is yourself.
ファイルサイズ 7.8 KB
インストール数 4,480
現在のバージョン 1.0
最終更新日 2020-07-14
公開日 2020-07-14
評価 3.31/5 合計 26 レビュー
開発者 Crossing
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://x-ing.space
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Matrix Rain",
    "version": "1.0",
    "author": "Xing (x-ing.space)",
    "description": "You don't even see the code. All you see is yourself.",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "script.webextension.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}