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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Uview Uview
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": []
}