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 |
| 官方網址 | 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": []
} | |