flounder

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

O que é flounder?

flounder é uma extensão do Chrome desenvolvida por mmche12, e sua principal característica é "Keylogging extension that records everything you type in chrome for the past 3 days".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão flounder

Baixe arquivos de extensão flounder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome flounder flounder
ID ncnlhecpjoajcgfdgpgfnkanieakhlcb
URL Oficial https://chromewebstore.google.com/detail/flounder/ncnlhecpjoajcgfdgpgfnkanieakhlcb
Descrição Keylogging extension that records everything you type in chrome for the past 3 days
Tamanho do Arquivo 87.52 KB
Contagem de Instalações 646
Versão Atual 1.0
Última Atualização 2017-04-01
Data de Publicação 2017-04-01
Classificação 4.29/5 Total de 7 Avaliações
Desenvolvedor mmche12
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}