Google Meet Virtual Backgrounds

Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet

ما هو Google Meet Virtual Backgrounds؟

Google Meet Virtual Backgrounds هو إضافة Chrome تم تطويرها بواسطة https://www.w3technic.com، والميزة الرئيسية لها هي "Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Meet Virtual Backgrounds

قم بتنزيل ملفات الامتداد Google Meet Virtual Backgrounds بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Replace your current background by the virtual background during your Google Meet calls, without a green screen.
This extension made by babgev (not from Google)                    

معلومات أساسية عن التمديد

الاسم Google Meet Virtual Backgrounds Google Meet Virtual Backgrounds
ID bmgogkgklcedkeplmalbcklcbpgelpdg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-meet-virtual-backg/bmgogkgklcedkeplmalbcklcbpgelpdg
الوصف Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet
حجم الملف 280 KB
عدد التثبيتات 20,000
النسخة الحالية 2.0.0
آخر تحديث 2020-08-07
تاريخ النشر 2020-08-03
تقييم 1.84/5 مجموع تقييمات 31
المطور https://www.w3technic.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.w3technic.com/2020/07/virtual-background-for-google-meet.html
عنوان صفحة المساعدة https://www.w3technic.com/p/contact.html
عنوان صفحة سياسة الخصوصية https://w3technic.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Virtual Backgrounds ",
    "version": "2.0.0",
    "description": "Google Meet Virtual Backgrounds - Easy way to change your webcam background on Google Meet",
    "homepage_url": "https:\/\/www.w3technic.com\/2020\/08\/google-meet-virtual-background-how-to.html",
    "short_name": "VirtualBackgroundsForMeet",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/icons\/logo-16.png",
        "32": "assets\/icons\/logo-32.png",
        "48": "assets\/icons\/logo-48.png",
        "128": "assets\/icons\/logo-128.png"
    },
    "author": "Coderantine",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/logo-16.png",
            "32": "assets\/icons\/logo-32.png",
            "48": "assets\/icons\/logo-48.png",
            "128": "assets\/icons\/logo-128.png"
        },
        "default_title": "Google Meet Virtual backgrounds",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/update-conf.js",
            "js\/update.js",
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/mediaSourceSwap.js"
    ]
}