Uview
Be in any movie or tv show. Be in any photo.
Cos'è Uview?
Uview è un'estensione di Chrome sviluppata da Mike Dee, e la sua funzione principale è "Be in any movie or tv show. Be in any photo.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Uview
Scarica i file di estensione Uview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Uview |
ID | obckfcnmlfmbmnfcbcddfhmbcccdodab |
URL Ufficiale | https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab |
Descrizione | Be in any movie or tv show. Be in any photo. |
Dimensione del File | 5.3 MB |
Conteggio Installazioni | 35 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2020-05-25 |
Data di Pubblicazione | 2020-05-24 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Mike Dee |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |