flounder

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

什么是flounder?

flounder是由mmche12开发的Chrome扩展程序,该扩展的主要功能是“Keylogging extension that records everything you type in chrome for the past 3 days”。

扩展截图

screenshot

下载flounder扩展crx文件

下载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"
            ]
        }
    ]
}