Tracker Spy

Get to know who is tracking you.

什麼是Tracker Spy?

Tracker Spy是由https://kaiknox.com開發的Chrome擴展程式,該擴展的主要功能是“Get to know who is tracking you.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Tracker Spy擴展crx文件

下載Tracker Spy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Tracker Spy Tracker Spy
ID lannahclbgkjngcdpgdkjdedjjhlnicg
官方網址 https://chromewebstore.google.com/detail/tracker-spy/lannahclbgkjngcdpgdkjdedjjhlnicg
簡介 Get to know who is tracking you.
檔案大小 1.32 MB
安裝次數 117
目前版本 1.0
更新時間 2022-01-11
上架時間 2022-01-11
評分 5.00/5 共 1 次評分
開發者 https://kaiknox.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://kaiknox.com/trackerspy/
支援的語言 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"
            }
        ]
    }
}