Who Targets Me

Find out who targets you with digital advertising

What is Who Targets Me?

Who Targets Me is a Chrome extension developed by https://whotargets.me, and its main feature is "Find out who targets you with digital advertising".

Extension Screenshots

screenshot

Download Who Targets Me Extension CRX File

Download Who Targets Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Politicians have always used misleading ads and campaign tricks to win votes. But because Big Tech enables campaigns to secretly launch thousands of ads at once, today’s voters are seeing ads that are more divisive and misleading than ever before. 

Despite this, there’s still little systematic data on how individuals are targeted by campaigns.

We believe that these platforms have too much power over our civic conversations; that privately targeted political ads increase polarization and mistrust and that neither campaigns nor Big Tech will behave more responsibly without public pressure and transparency. 

That’s why we run Who Targets Me – a free browser extension that lets you contribute to a crowdsourced library of political ads. 

The browser extension gives you: 

- A record of all the political ads you're targeted with and why you see them

- Data about which parties and groups are targeting you most

- Data about which parties and groups are targeting your district most heavily

- Data about how many political ads there are vs. the total number of ads running at any given time

By tracking how campaigns are using Big Tech to privately target voters, we can contribute to reform of how politics is done, protect a fair democratic process and elections, and start to repair our national conversation.

------

Who Targets Me launched in the UK in 2017 and has since been run in over 20 countries around the world. 

Our work has been covered by the BBC, New York Times, CNN and many others.

*How to use Who Targets Me*

- Install the browser extension
- Create an anonymous profile (your age, location, gender and political leaning) 
- Decide whether to participate in one of our research partnerships
- Use Facebook and other social media platforms as usual
- Click the plugin icon from time to time to see who is trying to influence your views with political ads

What the plugin captures:
- Facebook ads, their content and targeting

What the plugin doesn't capture:
- Any other type of post
- Any personal information or information about your Facebook account

You can choose to stop participating in the project at any time and, should you wish to, delete the ads you've contributed to the project.                    

Extension Basic Information

Name Who Targets Me Who Targets Me
ID fcejbjalmgocomoinikjejnkimlnoljp
Official URL https://chromewebstore.google.com/detail/who-targets-me/fcejbjalmgocomoinikjejnkimlnoljp
Description Find out who targets you with digital advertising
File Size 613 KB
Installation Count 12,886
Current Version 2.3.1
Last Updated 2023-09-04
Publish Date 2020-06-16
Rating 3.71/5 Total 21 Ratings
Developer https://whotargets.me
Email [email protected]
Payment Type free
Extension Website https://whotargets.me
Help Page URL https://whotargets.me/about
Privacy Policy Page URL https://whotargets.me/en/privacy-policy
Supported Languages de,en,fr,nl,ca,es,hr,it,lv,hu,pl,ro,sk,fi,sr,bg,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1",
    "name": "__MSG_appName__",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "wtm_logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/whotargets.me\/*",
                "*:\/\/*.whotargets.me\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "daemon\/initOverload.js"
            ]
        }
    ],
    "background": {
        "service_worker": "daemon\/worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "wtm_logo_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "daemon\/overload.js",
                "daemon\/overload.js.map"
            ],
            "matches": [
                "*:\/\/facebook.com\/*",
                "*:\/\/*.facebook.com\/*",
                "*:\/\/whotargets.me\/*",
                "*:\/\/*.whotargets.me\/*",
                "*:\/\/localhost\/*"
            ]
        }
    ]
}