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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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