Tracker Spy

Get to know who is tracking you.

What is Tracker Spy?

Tracker Spy is a Chrome extension developed by https://kaiknox.com, and its main feature is "Get to know who is tracking you.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Tracker Spy Extension CRX File

Download Tracker Spy 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

                        Tracker Spy identifies trackers found within websites you visit, and creates a report that shows every tracker found, who it belongs to, and every website it was found on. You also have the option to block these trackers from loading, which removes ads and increases the website's performance.
You can even see all the cookies each website has created, their value, when they expire, and the number of tracking cookies there are in your browser.
Using all this information, Tracker Spy creates a summary that makes it easy for you to understand what's going on.

Features:
- Get to see all trackers found within a website.
- Get information from each tracker (like who does it belong to and the websites it was found on.)
- Get to see all cookies created by a website.
- Block trackers from loading.
- Clear all tracking cookies.
- Hide your UserAgent.
- Get to see what websites access your geolocation and when was the last time. 
- Spoof your HTML geolocation.
- Improves page loading speed.                    

Extension Basic Information

Name Tracker Spy Tracker Spy
ID lannahclbgkjngcdpgdkjdedjjhlnicg
Official URL https://chromewebstore.google.com/detail/tracker-spy/lannahclbgkjngcdpgdkjdedjjhlnicg
Description Get to know who is tracking you.
File Size 1.32 MB
Installation Count 117
Current Version 1.0
Last Updated 2022-01-11
Publish Date 2022-01-11
Rating 5.00/5 Total 1 Ratings
Developer https://kaiknox.com
Email [email protected]
Payment Type free
Extension Website https://kaiknox.com/trackerspy/
Supported Languages en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tracker Spy",
    "description": "__MSG_general_description_short__",
    "author": "Kai K",
    "default_locale": "en",
    "icons": {
        "128": "icon.png"
    },
    "omnibox": {
        "keyword": "ts"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "jQuery.js",
                "content-scripts\/trackersIdentifier.js"
            ],
            "all_frames": false
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options\/options.html",
    "action": {
        "default_popup": "options\/popup.html"
    },
    "version": "1.0",
    "web_accessible_resources": [
        {
            "resources": [
                "font-awesome\/webfonts\/fa-brands-400.woff2",
                "font-awesome\/webfonts\/fa-brands-400.woff",
                "font-awesome\/webfonts\/fa-brands-400.ttf",
                "font-awesome\/webfonts\/fa-duotone-900.woff2",
                "font-awesome\/webfonts\/fa-duotone-900.woff",
                "font-awesome\/webfonts\/fa-duotone-900.ttf",
                "font-awesome\/webfonts\/fa-light-300.woff2",
                "font-awesome\/webfonts\/fa-light-300.woff",
                "font-awesome\/webfonts\/fa-light-300.ttf",
                "font-awesome\/webfonts\/fa-regular-400.woff2",
                "font-awesome\/webfonts\/fa-regular-400.woff",
                "font-awesome\/webfonts\/fa-regular-400.ttf",
                "font-awesome\/webfonts\/fa-solid-900.woff2",
                "font-awesome\/webfonts\/fa-solid-900.woff",
                "font-awesome\/webfonts\/fa-solid-900.ttf",
                "font-awesome\/css\/all.css",
                "font-awesome\/js\/all.js",
                "content-scripts\/privacy.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "cookies",
        "alarms",
        "scripting",
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "",
        "http:\/\/*\/[*]*?",
        "https:\/\/*\/[*]*?",
        "*:\/\/*\/*",
        "file:\/\/*",
        "file:\/\/*\/*",
        "file:\/\/\/*\/*",
        "file:\/\/\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "exceptions.json"
            }
        ]
    }
}