Google Meet Matrix Rain

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

Что такое Google Meet Matrix Rain?

Google Meet Matrix Rain - это расширение Chrome, разработанное Crossing, и его основная функция - "You don't even see the code. All you see is yourself.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Meet Matrix Rain

Скачайте файлы расширений 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
}