flounder

Keylogging extension that records everything you type in chrome for the past 3 days

Vad är flounder?

flounder är en Chrome-tillägg utvecklad av mmche12, och dess huvudfunktion är "Keylogging extension that records everything you type in chrome for the past 3 days".

Tilläggsskärmbilder

screenshot

Ladda ner flounder-förlängningens CRX-fil

Ladda ner flounder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Flounder is a keylogging extension for Chrome. Click "See Logs" to see what you typed on Chrome in the past 3 days. Click "Clear Storage" to delete your logs. This extension is currently on version 1.0.                    

Grundläggande Information om Tillägg

Namn flounder flounder
ID ncnlhecpjoajcgfdgpgfnkanieakhlcb
Officiell webbadress https://chromewebstore.google.com/detail/flounder/ncnlhecpjoajcgfdgpgfnkanieakhlcb
Beskrivning Keylogging extension that records everything you type in chrome for the past 3 days
Filstorlek 87.52 KB
Antal Installationer 646
Aktuell Version 1.0
Senast Uppdaterad 2017-04-01
Publiceringsdatum 2017-04-01
Betyg 4.29/5 Totalt 7 Betyg
Utvecklare mmche12
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "flounder",
    "description": "Keylogging extension that records everything you type in chrome for the past 3 days",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "images\/favicon.png",
        "default_popup": "barracuda.html"
    },
    "icons": {
        "16": "images\/favicon.png",
        "48": "images\/favicon_48.png",
        "128": "images\/fish_green.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "salmon.js"
            ]
        }
    ]
}