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
电子邮箱 [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
}