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