FaceCheck Reverse Image Search

Search the Internet by Face. Find almost anyone online.

FaceCheck Reverse Image Search क्या है?

FaceCheck Reverse Image Search Lee Chong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search the Internet by Face. Find almost anyone online."।

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

screenshot
screenshot

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

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

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

                        Right-click on an image on any website and perform a reverse image search with just a click! 

With FaceCheck reverse image search extension, you can check your potential date's photo against millions of profiles of romance scammers and swindlers, registered offenders, criminals, and suspects that were featured on the news. Stay safe.

FaceCheck reverse image search Chrome extension makes life easy, no need to download an image and upload it again to the reverse image search engine.                    

एक्सटेंशन की मूल जानकारी

नाम FaceCheck Reverse Image Search FaceCheck Reverse Image Search
ID ciocmmdeghlmioiedoggnlefllfpfmdj
आधिकारिक URL https://chromewebstore.google.com/detail/facecheck-reverse-image-s/ciocmmdeghlmioiedoggnlefllfpfmdj
विवरण Search the Internet by Face. Find almost anyone online.
फ़ाइल का आकार 374 KB
स्थापना संख्या 38,243
वर्तमान संस्करण 1.1.3
अंतिम अपडेट 2022-10-23
प्रकाशन तिथि 2022-10-20
रेटिंग 3.42/5 कुल 12 रेटिंग्स
डेवलपर Lee Chong
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://FaceCheck.ID
समर्थित भाषाएँ en-US
manifest.json
{
    "author": "Lee Chong",
    "background": {
        "service_worker": "facecheck.js"
    },
    "action": {
        "default_icon": "i\/facecheck48.png",
        "default_name": "Reverse image search",
        "default_popup": "popup.html"
    },
    "description": "Search the Internet by Face. Find almost anyone online.",
    "icons": {
        "128": "i\/facecheck128.png",
        "16": "i\/facecheck16.png",
        "19": "i\/facecheck19.png",
        "48": "i\/facecheck48.png"
    },
    "manifest_version": 3,
    "name": "FaceCheck Reverse Image Search",
    "permissions": [
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.3",
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:5001\/*",
            "https:\/\/facecheck.id\/*"
        ]
    }
}