Uview

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

Apa itu Uview?

Uview adalah ekstensi Chrome yang dikembangkan oleh Mike Dee, dan fitur utamanya adalah "Be in any movie or tv show. Be in any photo.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Uview

Unduh file ekstensi Uview 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 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.                    

Informasi Dasar Ekstensi

Nama Uview Uview
ID obckfcnmlfmbmnfcbcddfhmbcccdodab
URL Resmi https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab
Deskripsi Be in any movie or tv show. Be in any photo.
Ukuran File 5.3 MB
Jumlah Instalasi 35
Versi Saat Ini 2
Terakhir Diperbarui 2020-05-25
Tanggal Publikasi 2020-05-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mike Dee
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}