Tracker Spy

Get to know who is tracking you.

Co je Tracker Spy?

Tracker Spy je rozšíření Chrome vyvinuté https://kaiknox.com, a jeho hlavní funkcí je „Get to know who is tracking you.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Tracker Spy

Stáhněte si soubory rozšíření Tracker Spy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Tracker Spy Tracker Spy
ID lannahclbgkjngcdpgdkjdedjjhlnicg
Oficiální URL https://chromewebstore.google.com/detail/tracker-spy/lannahclbgkjngcdpgdkjdedjjhlnicg
Popis Get to know who is tracking you.
Velikost souboru 1.32 MB
Počet instalací 117
Aktuální Verze 1.0
Poslední Aktualizace 2022-01-11
Datum Vydání 2022-01-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://kaiknox.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://kaiknox.com/trackerspy/
Podporované Jazyky 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"
            }
        ]
    }
}