Uview
Be in any movie or tv show. Be in any photo.
What is Uview?
Uview is a Chrome extension developed by Mike Dee, and its main feature is "Be in any movie or tv show. Be in any photo.".
Extension Screenshots
Download Uview Extension CRX File
Download Uview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Uview |
ID | obckfcnmlfmbmnfcbcddfhmbcccdodab |
Official URL | https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab |
Description | Be in any movie or tv show. Be in any photo. |
File Size | 5.3 MB |
Installation Count | 35 |
Current Version | 2 |
Last Updated | 2020-05-25 |
Publish Date | 2020-05-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mike Dee |
Payment Type | free |
Supported Languages | 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": [] } |