Tracker Spy

Get to know who is tracking you.

Tracker Spyคืออะไร?

Tracker Spy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kaiknox.com และคุณลักษณะหลักของมันคือ "Get to know who is tracking you."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tracker Spy

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            }
        ]
    }
}