UW Ad Tracker

Help researchers at the University of Washington learn about how ads target you

Wat is UW Ad Tracker?

UW Ad Tracker is een Chrome-extensie ontwikkeld door UW CSE Security & Privacy Lab, en de belangrijkste functie is "Help researchers at the University of Washington learn about how ads target you".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UW Ad Tracker

Download UW Ad Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension is part of a research study from the Paul G. Allen School of Computer Science & Engineering at the University of Washington. We are hoping to learn about how much advertisers pay to show you ads, and how they may be targeting you. As part of the study, you will temporarily install this extension, and browse to 10 websites provided by us.

During the study, our extension will automatically collect the following info:
1. The price the advertiser paid to show you the ad
2. A screenshot of the ad
3. The website the ad appeared on
4. Data about web trackers and analytics on the site

For more info, please visit the study website at https://adsurvey.kadara.cs.washington.edu, or contact the researchers at [email protected].                    

Basisinformatie over de Extensie

Naam UW Ad Tracker UW Ad Tracker
ID kmfpbehfigfcpclciimgdngokbefgohd
Officiële URL https://chromewebstore.google.com/detail/uw-ad-tracker/kmfpbehfigfcpclciimgdngokbefgohd
Beschrijving Help researchers at the University of Washington learn about how ads target you
Bestandsgrootte 3.31 MB
Aantal Installaties 13
Huidige Versie 1.2
Laatst Bijgewerkt 2021-12-09
Publicatiedatum 2021-06-07
Ontwikkelaar UW CSE Security & Privacy Lab
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://adsurvey.kadara.cs.washington.edu
URL van de Privacybeleid Pagina https://adsurvey.kadara.cs.washington.edu/privacy.html
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UW Ad Tracker",
    "version": "1.2",
    "description": "Help researchers at the University of Washington learn about how ads target you",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "webRequest",
        "storage",
        "unlimitedStorage",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "easylist_selectors.json",
        "manual_selectors.json"
    ],
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "\/img\/icon.png"
    }
}