Uview

Be in any movie or tv show. Be in any photo.

Uview क्या है?

Uview Mike Dee द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be in any movie or tv show. Be in any photo."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Uview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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