Uview

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

Wat is Uview?

Uview is een Chrome-extensie ontwikkeld door Mike Dee, en de belangrijkste functie is "Be in any movie or tv show. Be in any photo.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Uview

Download Uview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Uview Uview
ID obckfcnmlfmbmnfcbcddfhmbcccdodab
Officiële URL https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab
Beschrijving Be in any movie or tv show. Be in any photo.
Bestandsgrootte 5.3 MB
Aantal Installaties 35
Huidige Versie 2
Laatst Bijgewerkt 2020-05-25
Publicatiedatum 2020-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mike Dee
Betalingswijze free
Ondersteunde Talen 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": []
}