Google Meet Matrix Rain

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

O que é Google Meet Matrix Rain?

Google Meet Matrix Rain é uma extensão do Chrome desenvolvida por Crossing, e sua principal característica é "You don't even see the code. All you see is yourself.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Meet Matrix Rain

Baixe arquivos de extensão Google Meet Matrix Rain no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Google Meet Matrix Rain Google Meet Matrix Rain
ID ihadpecfbccmcbpdlinbcmflaiddfion
URL Oficial https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion
Descrição You don't even see the code. All you see is yourself.
Tamanho do Arquivo 7.8 KB
Contagem de Instalações 4,480
Versão Atual 1.0
Última Atualização 2020-07-14
Data de Publicação 2020-07-14
Classificação 3.31/5 Total de 26 Avaliações
Desenvolvedor Crossing
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://x-ing.space
Idiomas Suportados 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
}