FaceCheck Reverse Image Search

Search the Internet by Face. Find almost anyone online.

FaceCheck Reverse Image Search란 무엇입니까?

FaceCheck Reverse Image Search은(는) Lee Chong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the Internet by Face. Find almost anyone online."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FaceCheck Reverse Image Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
        ]
    }
}