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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}