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開發的Chrome擴展程式,該擴展的主要功能是“Help researchers at the University of Washington learn about how ads target you”。

擴展截圖

screenshot

下載UW Ad Tracker擴展crx文件

下載UW Ad Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}