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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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