Who is Tracking Me

Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.

Apa itu Who is Tracking Me?

Who is Tracking Me adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Who is Tracking Me

Unduh file ekstensi Who is Tracking Me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Who is Tracking Me Who is Tracking Me
ID ennnnmkpjfmlphjbdoammikhkofkedoa
URL Resmi https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa
Deskripsi Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
Ukuran File 2.12 MB
Jumlah Instalasi 262
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-05-04
Tanggal Publikasi 2014-05-04
Penilaian 4.75/5 Total 4 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}