Privacy Watch

Where does my data go?

Privacy Watchคืออะไร?

Privacy Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webaware.com และคุณลักษณะหลักของมันคือ "Where does my data go?"

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

screenshot
screenshot
screenshot

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

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

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

                        The Privacy Watch browser extension is your window into the world of advertisers, trackers and other data collectors. Download the extension to see what trackers are following you and which sites have the most trackers on them. Privacy Watch enables you to:

• Check a site’s tracker activity at-a-glance
• Learn about the various ways sites are tracking you
• See which trackers are most actively following you
• See the data collection “mood” of a site                    

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

ชื่อ Privacy Watch Privacy Watch
ID dfaljahcfajelfbceconifhngmophfok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/privacy-watch/dfaljahcfajelfbceconifhngmophfok
คำอธิบาย Where does my data go?
ขนาดไฟล์ 2.3 MB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.3.7
อัปเดตครั้งล่าสุด 2016-06-15
วันที่เผยแพร่ 2016-06-15
ผู้พัฒนา https://webaware.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.webaware.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Privacy Watch",
    "short_name": "Privacy Watch",
    "description": "Where does my data go?",
    "version": "0.3.7",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/web-watch-green-19.png",
            "38": "images\/web-watch-green-38.png"
        },
        "default_popup": "index.html",
        "default_title": "Privacy Watch"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.min.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}