flounder

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

flounder क्या है?

flounder mmche12 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keylogging extension that records everything you type in chrome for the past 3 days"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में flounder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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