Uview
Be in any movie or tv show. Be in any photo.
什么是Uview?
Uview是由Mike Dee开发的Chrome扩展程序,该扩展的主要功能是“Be in any movie or tv show. Be in any photo.”。
扩展截图
下载Uview扩展crx文件
下载Uview扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | obckfcnmlfmbmnfcbcddfhmbcccdodab |
| 官方URL | https://chromewebstore.google.com/detail/uview/obckfcnmlfmbmnfcbcddfhmbcccdodab |
| 简介 | Be in any movie or tv show. Be in any photo. |
| 文件大小 | 5.3 MB |
| 安装次数 | 35 |
| 当前版本 | 2 |
| 更新时间 | 2020-05-25 |
| 上架时间 | 2020-05-24 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Mike Dee |
| 付费类型 | free |
| 支持的语言 | 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": []
} | |