Spy Detector
When extension active it will detect face whose in front of PC and takes a snapshot for sending to your Google Drive account.
Spy Detectorคืออะไร?
Spy Detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kadir EK และคุณลักษณะหลักของมันคือ "When extension active it will detect face whose in front of PC and takes a snapshot for sending to your Google Drive account."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spy Detector
ดาวน์โหลดไฟล์ส่วนขยาย Spy Detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
⭐Nowadays, everyone has a security problem but with this extension the risks will be reduced. This extension detect human face and takes a snapshot for sending to your Google Drive account. ⭐Let's say you put your PC on the desk and went to kitchen for drink water and before you left you activated this extension. Spy Detector will proceed at the background and wait for to detect human face. As soon as someone look your PC screen it will take a snapshot immediately with webcam and send to your Google Drive account. Also copies that Google Drive image Url to your clipboard.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | joiopjepacfpjmplekfahnnignnoeomb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spy-detector/joiopjepacfpjmplekfahnnignnoeomb |
คำอธิบาย | When extension active it will detect face whose in front of PC and takes a snapshot for sending to your Google Drive account. |
ขนาดไฟล์ | 4.9 MB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2020-10-26 |
วันที่เผยแพร่ | 2020-10-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Kadir EK |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,tr,ro,ru |
manifest.json | |
{ "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_popup": "popup.html", "default_title": "Start to Detect" }, "default_locale": "en", "description": "__MSG_appDescription__", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAj6EIBgBlvpfqXhTNkRv2K00gP3NXtvgSwMC+JcpAwBRGbEJDAUXoCzLSRmq\/K8N6D3jMaRZQnxSv1Ezn5TNjX3apAtQpgcoh3N61Vq5zzYfQUAaU19JeOm5NvPSNB7CiuFXyPJuL\/KQD\/s4vmtL+hQkuxy1+rvn8JKG3k0TzAlPhqUSZB80isR4TK1Pgs0YpbwEM8XY5GWdXFC4PqqCNQAyMdc6FzmCsaW\/+xN+xJxan2tcYBwcBVCmrZ8ZsCOHYuiI\/G21hqkVklVbHcW8bpmakp8UiwGmgS3o8tfcQCHSC9uFNPUOLaGHDX4gtXALWyIFH9shIxN3QOisQrB9gXQIDAQAB", "manifest_version": 2, "name": "__MSG_appName__", "oauth2": { "client_id": "109152884553-5k0l14ohvrmpp810hv2vshstupvdto6d.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "identity" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5" } |