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

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

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