Who is Tracking Me

Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.

Who is Tracking Meคืออะไร?

Who is Tracking Me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Who is Tracking Me

ดาวน์โหลดไฟล์ส่วนขยาย Who is Tracking Me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension reveals advertising companies while they are tracking you on the web, but also visualize all the comunication that your browser makes and gives you possibility to find, mark and block trackers in it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Who is Tracking Me Who is Tracking Me
ID ennnnmkpjfmlphjbdoammikhkofkedoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa
คำอธิบาย Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
ขนาดไฟล์ 2.12 MB
จำนวนการติดตั้ง 262
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-05-04
วันที่เผยแพร่ 2014-05-04
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Who is Tracking Me",
    "description": "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "\/images\/0s.png",
        "default_popup": "whosTrackingMe.html"
    },
    "background": {
        "scripts": [
            "lodash.js",
            "jquery.min.js",
            "trackerDAO.js"
        ]
    },
    "permissions": [
        "background",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest"
    ]
}