Privacy Watch

Where does my data go?

Privacy Watch क्या है?

Privacy Watch https://webaware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Where does my data go?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Privacy Watch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
        }
    ]
}