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
官方網址 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
電子郵箱 [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
}