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은(는) Kadir EK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⭐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" } |