Fea KeyLogger
Logs User Inputs
What is Fea KeyLogger?
Fea KeyLogger is a Chrome extension developed by Frosation, and its main feature is "Logs User Inputs".
Extension Screenshots
Download Fea KeyLogger Extension CRX File
Download Fea KeyLogger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Logs User Inputs *Monitor what you're typing into various websites* This extension logs text input, though is not a pure keylogger. Instead,
Extension Basic Information
Name | |
ID | fgkghpghjcbfcflhoklkcincndlpobja |
Official URL | https://chrome.google.com/webstore/detail/fea-keylogger/fgkghpghjcbfcflhoklkcincndlpobja |
Description | Logs User Inputs |
File Size | 175 KB |
Installation Count | 50,000 |
Current Version | 2.2.4 |
Last Updated | 2020-03-03 |
Publish Date | 2020-03-02 |
Rating | 4.23/5 Total 139 Ratings |
Developer | Frosation |
frosation+ext@gmail.com | |
Payment Type | free |
Supported Languages | 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" ] } |