Uview
Be in any movie or tv show. Be in any photo.
Qu'est-ce que Uview ?
Uview est une extension Chrome développée par Mike Dee, et sa fonction principale est "Be in any movie or tv show. Be in any photo.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Uview
Téléchargez les fichiers d'extension Uview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Uview |
ID | obckfcnmlfmbmnfcbcddfhmbcccdodab |
URL Officiel | https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab |
Description | Be in any movie or tv show. Be in any photo. |
Taille du Fichier | 5.3 MB |
Nombre d'Installations | 35 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2020-05-25 |
Date de Publication | 2020-05-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Mike Dee |
Type de Paiement | free |
Langues Prises en Charge | 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": [] } |