UW Ad Tracker

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

UW Ad Tracker क्या है?

UW Ad Tracker UW CSE Security & Privacy Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Help researchers at the University of Washington learn about how ads target you"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UW Ad Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम UW Ad Tracker UW Ad Tracker
ID kmfpbehfigfcpclciimgdngokbefgohd
आधिकारिक URL https://chromewebstore.google.com/detail/uw-ad-tracker/kmfpbehfigfcpclciimgdngokbefgohd
विवरण Help researchers at the University of Washington learn about how ads target you
फ़ाइल का आकार 3.31 MB
स्थापना संख्या 13
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-12-09
प्रकाशन तिथि 2021-06-07
डेवलपर UW CSE Security & Privacy Lab
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://adsurvey.kadara.cs.washington.edu
गोपनीयता नीति पृष्ठ URL https://adsurvey.kadara.cs.washington.edu/privacy.html
समर्थित भाषाएँ 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"
    }
}