Tracker Spy

Get to know who is tracking you.

Wat is Tracker Spy?

Tracker Spy is een Chrome-extensie ontwikkeld door https://kaiknox.com, en de belangrijkste functie is "Get to know who is tracking you.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Tracker Spy

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

                        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.                    

Basisinformatie over de Extensie

Naam Tracker Spy Tracker Spy
ID lannahclbgkjngcdpgdkjdedjjhlnicg
Officiële URL https://chromewebstore.google.com/detail/tracker-spy/lannahclbgkjngcdpgdkjdedjjhlnicg
Beschrijving Get to know who is tracking you.
Bestandsgrootte 1.32 MB
Aantal Installaties 117
Huidige Versie 1.0
Laatst Bijgewerkt 2022-01-11
Publicatiedatum 2022-01-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://kaiknox.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kaiknox.com/trackerspy/
Ondersteunde Talen 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"
            }
        ]
    }
}