Ads Transparency Spotlight (Alpha)

View Companies and Criteria Used to Serve Ads on Chrome

Was ist Ads Transparency Spotlight (Alpha)?

Ads Transparency Spotlight (Alpha) ist eine Chrome-Erweiterung, die von Ads Transparency Spotlight Team entwickelt wurde, und ihr Hauptmerkmal ist "View Companies and Criteria Used to Serve Ads on Chrome".

Erweiterungsscreenshots

screenshot

Ads Transparency Spotlight (Alpha)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ads Transparency Spotlight (Alpha)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Our new Ads Transparency Spotlight (Alpha) extension for Chrome is part of our ongoing initiative to give people more visibility into the data used to personalize ads and more control over that data.

At the time of this alpha release (July 2020), it only shows information about those ads purchased through Google Ads that have implemented the Ad Disclosure Schema (https://github.com/Ads-Transparency-Spotlight/documentation/blob/main/implement.md). As others implement this schema, these ads will also appear in the extension. Over time, we hope the industry will incorporate the Ad Disclosure Schema into their ads. Learn more (https://services.google.com/fh/files/misc/ads_transparency_spotlight_overview.pdf)

The extension includes the criteria used to show these ads, the ad tech companies helping to display these ads, and the ad platform companies serving these ads on a web page. It also lists all companies and services with a presence on the page (for example, content delivery networks or analytics providers). We are currently exploring other controls for users.
 
Our initial goal is to provide a tool for transparency into the criteria being used to show ads. Your feedback on this early version will help us shape the future versions of the extension. 

Our ultimate goal is to support a more transparent ad ecosystem globally. 

We hope you’ll try the extension and give us feedback so that we can continue to improve it. 

Features:
• View detailed information about the ads on a web page
• View a list of ad providers responsible for delivering ads to the page
• View all companies and services that have a presence on the page (for example, content delivery networks or analytics providers), regardless of who has implemented the schema.
• View the reasons why ads are shown on a page

How to use the extension
1. After downloading the extension, the Ads Transparency Spotlight icon will appear at the top of the Chrome window.
2. Click the Ads Transparency Spotlight icon.
3. In the Ads Transparency Spotlight flyout:
    • To view information about ads on the page, click the Ads tab.
    • To view all companies that have a presence on the page, click the Entities tab. The extension shows all companies that have a presence on the page (for example, content delivery networks or analytics providers), regardless of who has implemented the schema.
    • To get more information about this extension, click the How to participate button at the top of the extension.
4. IMPORTANT! Send us your feedback (https://forms.gle/E3pixhHefK7BBpHw6)

We appreciate your feedback on this browser extension. Your contributions will help us as we work to increase transparency in digital advertising.                    

Grundlegende Informationen zur Erweiterung

Name Ads Transparency Spotlight (Alpha) Ads Transparency Spotlight (Alpha)
ID gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
Offizielle URL https://chromewebstore.google.com/detail/ads-transparency-spotligh/gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
Beschreibung View Companies and Criteria Used to Serve Ads on Chrome
Dateigröße 937 KB
Installationsanzahl 10,435
Aktuelle Version 0.0.2
Letztes Update 2020-08-01
Veröffentlichungsdatum 2020-07-24
Bewertung 3.00/5 Insgesamt 10 Bewertungen
Entwickler Ads Transparency Spotlight Team
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ads Transparency Spotlight (Alpha)",
    "version": "0.0.2",
    "description": "View Companies and Criteria Used to Serve Ads on Chrome",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_off_16.png"
        }
    },
    "icons": {
        "16": "images\/icon_on_16.png",
        "48": "images\/icon_on_48.png",
        "128": "images\/icon_on_128.png"
    },
    "permissions": [
        "activeTab",
        "background",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background_bin.js",
            "debug_proxy_bin.js",
            "url_collector_bin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "drawer_bin.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "drawer.html"
    ]
}