FaceCheck Reverse Image Search

Search the Internet by Face. Find almost anyone online.

Cos'è FaceCheck Reverse Image Search?

FaceCheck Reverse Image Search è un'estensione di Chrome sviluppata da Lee Chong, e la sua funzione principale è "Search the Internet by Face. Find almost anyone online.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FaceCheck Reverse Image Search

Scarica i file di estensione FaceCheck Reverse Image Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FaceCheck Reverse Image Search FaceCheck Reverse Image Search
ID ciocmmdeghlmioiedoggnlefllfpfmdj
URL Ufficiale https://chromewebstore.google.com/detail/facecheck-reverse-image-s/ciocmmdeghlmioiedoggnlefllfpfmdj
Descrizione Search the Internet by Face. Find almost anyone online.
Dimensione del File 374 KB
Conteggio Installazioni 38,243
Versione Corrente 1.1.3
Ultimo Aggiornamento 2022-10-23
Data di Pubblicazione 2022-10-20
Valutazione 3.42/5 Totale 12 Valutazioni
Sviluppatore Lee Chong
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://FaceCheck.ID
Lingue Supportate 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\/*"
        ]
    }
}