Privacy Watch

Where does my data go?

Privacy Watch là gì?

Privacy Watch là một tiện ích mở rộng Chrome được phát triển bởi https://webaware.com, và tính năng chính của nó là "Where does my data go?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Privacy Watch

Tải xuống các tệp mở rộng Privacy Watch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Privacy Watch Privacy Watch
ID dfaljahcfajelfbceconifhngmophfok
URL Chính Thức https://chromewebstore.google.com/detail/privacy-watch/dfaljahcfajelfbceconifhngmophfok
Mô tả Where does my data go?
Kích Thước Tệp 2.3 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.3.7
Cập Nhật Lần Cuối 2016-06-15
Ngày Phát Hành 2016-06-15
Nhà Phát Triển https://webaware.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.webaware.com
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}