Uview

Be in any movie or tv show. Be in any photo.

Uviewคืออะไร?

Uview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Dee และคุณลักษณะหลักของมันคือ "Be in any movie or tv show. Be in any photo."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Uview

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

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

                        A real time camera feed detects and imposes your face on the screen.
Easily move the feed and adjust the zoom, for a perfect fit directly over, or matching a celebrity’s face with yours.
Works with streaming video and web images.                    

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

ชื่อ Uview Uview
ID obckfcnmlfmbmnfcbcddfhmbcccdodab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab
คำอธิบาย Be in any movie or tv show. Be in any photo.
ขนาดไฟล์ 5.3 MB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2020-05-25
วันที่เผยแพร่ 2020-05-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mike Dee
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Uview",
    "version": "2",
    "manifest_version": 2,
    "description": "Be in any movie or tv show. Be in any photo.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "draggabilty.js",
                "face-api.js",
                "script.js"
            ],
            "css": [
                "script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "models\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": []
}