Uview
Be in any movie or tv show. Be in any photo.
Uview là gì?
Uview là một tiện ích mở rộng Chrome được phát triển bởi Mike Dee, và tính năng chính của nó là "Be in any movie or tv show. Be in any photo.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Uview
Tải xuống các tệp mở rộng Uview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Uview |
ID | obckfcnmlfmbmnfcbcddfhmbcccdodab |
URL Chính Thức | https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab |
Mô tả | Be in any movie or tv show. Be in any photo. |
Kích Thước Tệp | 5.3 MB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2020-05-25 |
Ngày Phát Hành | 2020-05-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Mike Dee |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |