flounder

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

Co to jest flounder?

flounder to rozszerzenie Chrome opracowane przez mmche12, a jego główną funkcją jest „Keylogging extension that records everything you type in chrome for the past 3 days”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia flounder

Pobierz pliki rozszerzeń flounder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa flounder flounder
ID ncnlhecpjoajcgfdgpgfnkanieakhlcb
Oficjalny URL https://chromewebstore.google.com/detail/flounder/ncnlhecpjoajcgfdgpgfnkanieakhlcb
Opis Keylogging extension that records everything you type in chrome for the past 3 days
Rozmiar pliku 87.52 KB
Liczba instalacji 646
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-04-01
Data Publikacji 2017-04-01
Ocena 4.29/5 Łącznie 7 Oceny
Deweloper mmche12
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}