Google Meet Matrix Rain

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

Vad är Google Meet Matrix Rain?

Google Meet Matrix Rain är en Chrome-tillägg utvecklad av Crossing, och dess huvudfunktion är "You don't even see the code. All you see is yourself.".

Tilläggsskärmbilder

screenshot

Ladda ner Google Meet Matrix Rain-förlängningens CRX-fil

Ladda ner Google Meet Matrix Rain-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Google Meet Matrix Rain Google Meet Matrix Rain
ID ihadpecfbccmcbpdlinbcmflaiddfion
Officiell webbadress https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion
Beskrivning You don't even see the code. All you see is yourself.
Filstorlek 7.8 KB
Antal Installationer 4,480
Aktuell Version 1.0
Senast Uppdaterad 2020-07-14
Publiceringsdatum 2020-07-14
Betyg 3.31/5 Totalt 26 Betyg
Utvecklare Crossing
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://x-ing.space
Stödda Språk 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
}