Google Meet Matrix Rain

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

Apa itu Google Meet Matrix Rain?

Google Meet Matrix Rain adalah ekstensi Chrome yang dikembangkan oleh Crossing, dan fitur utamanya adalah "You don't even see the code. All you see is yourself.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Meet Matrix Rain

Unduh file ekstensi Google Meet Matrix Rain dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Google Meet Matrix Rain Google Meet Matrix Rain
ID ihadpecfbccmcbpdlinbcmflaiddfion
URL Resmi https://chromewebstore.google.com/detail/google-meet-matrix-rain/ihadpecfbccmcbpdlinbcmflaiddfion
Deskripsi You don't even see the code. All you see is yourself.
Ukuran File 7.8 KB
Jumlah Instalasi 4,480
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-07-14
Tanggal Publikasi 2020-07-14
Penilaian 3.31/5 Total 26 Penilaian
Pengembang Crossing
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://x-ing.space
Bahasa yang Didukung 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
}