Google Meet Classic Impersonator

Classic Impersonator for Google Meet

Google Meet Classic Impersonatorคืออะไร?

Google Meet Classic Impersonator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย softplug private ltd. และคุณลักษณะหลักของมันคือ "Classic Impersonator for Google Meet"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Meet Classic Impersonator

ดาวน์โหลดไฟล์ส่วนขยาย Google Meet Classic Impersonator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        25K+ Active Users
125K+ Total installs
10M+ Reach

This extension allows you to replace your live video with animated characters during your google meets video chat. 

To begin using this extension, click on install and during your next google meets don't forget to toggle the extension from the right tool tip on your screen. You can choose from about 12+ animated characters.

That's not all, you can also toggle between characters as per your choice even during a video chat. A big fan of dark mode? Don't worry we got you covered, this extension allows you to toggle between dark mode and light mode too!

Happy Video Chatting :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Google Meet Classic Impersonator Google Meet Classic Impersonator
ID eojkkpaoohebkdkplhjjcedcpkajlibe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/google-meet-classic-imper/eojkkpaoohebkdkplhjjcedcpkajlibe
คำอธิบาย Classic Impersonator for Google Meet
ขนาดไฟล์ 1.19 MB
จำนวนการติดตั้ง 13,437
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2021-04-08
วันที่เผยแพร่ 2020-07-04
คะแนน 3.21/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา softplug private ltd.
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Meet Classic Impersonator",
    "version": "1.0.6",
    "description": "Classic Impersonator for Google Meet",
    "homepage_url": "https:\/\/github.com\/softplug\/classic-impersonator",
    "short_name": "ClassicImpersonatorForMeet",
    "permissions": [
        "storage",
        "https:\/\/meet.google.com\/"
    ],
    "author": "SoftPlug",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16.png",
            "32": "assets\/icons\/icon-32.png",
            "48": "assets\/icons\/icon-48.png",
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "Classic Impersonator for Google Meet",
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/meet.google.com\/*"
            ],
            "css": [
                "css\/svg_control.css"
            ],
            "js": [
                "js\/snap.js",
                "js\/jeelizFaceTransfer.js",
                "js\/JeelizSVGHelper.js",
                "js\/demo_webojiSVG.js",
                "js\/contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/mediaSourceSwap.js",
        "js\/snap.js",
        "js\/jeelizFaceTransfer.js",
        "js\/jeelizFaceTransferNNC.json",
        "js\/JeelizSVGHelper.js",
        "js\/demo_webojiSVG.js",
        "assets\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/unpkg.com; object-src 'self';"
}