Who is Tracking Me

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

Hvad er Who is Tracking Me?

Who is Tracking Me er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Who is Tracking Me-udvidelses-CRX-fil

Download Who is Tracking Me-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Who is Tracking Me Who is Tracking Me
ID ennnnmkpjfmlphjbdoammikhkofkedoa
Officiel URL https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa
Beskrivelse Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
Filstørrelse 2.12 MB
Antal Installationer 262
Nuværende Version 1.0
Senest Opdateret 2014-05-04
Udgivelsesdato 2014-05-04
Bedømmelse 4.75/5 Samlet 4 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    ]
}