Fea KeyLogger
Logs User Inputs
Wat is Fea KeyLogger?
Fea KeyLogger is een Chrome-extensie ontwikkeld door Frosation, en de belangrijkste functie is "Logs User Inputs".
Extensie Screenshots
Download het CRX-bestand van de extensie Fea KeyLogger
Download Fea KeyLogger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Logs User Inputs *Monitor what you're typing into various websites* This extension logs text input, though is not a pure keylogger. Instead,
Basisinformatie over de Extensie
| Naam | |
| ID | fgkghpghjcbfcflhoklkcincndlpobja |
| Officiële URL | https://chrome.google.com/webstore/detail/fea-keylogger/fgkghpghjcbfcflhoklkcincndlpobja |
| Beschrijving | Logs User Inputs |
| Bestandsgrootte | 175 KB |
| Aantal Installaties | 50,000 |
| Huidige Versie | 2.2.4 |
| Laatst Bijgewerkt | 2020-03-03 |
| Publicatiedatum | 2020-03-02 |
| Beoordeling | 4.23/5 Totaal 139 Beoordelingen |
| Ontwikkelaar | Frosation |
| frosation+ext@gmail.com | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |