FaceCheck Reverse Image Search

Search the Internet by Face. Find almost anyone online.

FaceCheck Reverse Image Searchคืออะไร?

FaceCheck Reverse Image Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lee Chong และคุณลักษณะหลักของมันคือ "Search the Internet by Face. Find almost anyone online."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FaceCheck Reverse Image Search

ดาวน์โหลดไฟล์ส่วนขยาย FaceCheck Reverse Image Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}