flounder

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

Что такое flounder?

flounder - это расширение Chrome, разработанное mmche12, и его основная функция - "Keylogging extension that records everything you type in chrome for the past 3 days".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения flounder

Скачайте файлы расширений flounder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название flounder flounder
ID ncnlhecpjoajcgfdgpgfnkanieakhlcb
Официальный URL https://chromewebstore.google.com/detail/flounder/ncnlhecpjoajcgfdgpgfnkanieakhlcb
Описание Keylogging extension that records everything you type in chrome for the past 3 days
Размер файла 87.52 KB
Количество установок 646
Текущая Версия 1.0
Последнее Обновление 2017-04-01
Дата публикации 2017-04-01
Рейтинг 4.29/5 Всего 7 оценок
Разработчик mmche12
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}