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.”。
擴展截圖
下載FaceCheck Reverse Image Search擴展crx文件
下載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 |
ID | ciocmmdeghlmioiedoggnlefllfpfmdj |
官方網址 | 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\/*" ] } } |