Fea KeyLogger
Logs User Inputs
Fea KeyLogger란 무엇입니까?
Fea KeyLogger은(는) Frosation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Logs User Inputs"입니다.
확장 프로그램 스크린샷
Fea KeyLogger 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Logs User Inputs *Monitor what you're typing into various websites* This extension logs text input, though is not a pure keylogger. Instead,
확장 프로그램 기본 정보
이름 | |
ID | fgkghpghjcbfcflhoklkcincndlpobja |
공식 URL | https://chrome.google.com/webstore/detail/fea-keylogger/fgkghpghjcbfcflhoklkcincndlpobja |
설명 | Logs User Inputs |
파일 크기 | 175 KB |
설치 횟수 | 50,000 |
현재 버전 | 2.2.4 |
최근 업데이트 | 2020-03-03 |
출시 날짜 | 2020-03-02 |
평점 | 4.23/5 총 139 개의 평점 |
개발자 | Frosation |
이메일 | frosation+ext@gmail.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fea KeyLogger", "short_name": "Fea Logger", "description": "Logs User Inputs", "version": "2.2.4", "manifest_version": 2, "minimum_chrome_version": "48", "icons": { "16": "img\/zicon16.png", "48": "img\/zicon48.png", "128": "img\/zicon128.png" }, "browser_action": { "default_icon": { "19": "img\/zicon19.png", "38": "img\/zicon38.png" }, "default_title": "Fea" }, "background": { "scripts": [ "back.js" ], "persistent": true }, "content_scripts": [ { "js": [ "listen.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end", "all_frames": true } ], "options_page": "options\/options.html", "permissions": [ "storage", "unlimitedStorage" ] } |