Ads Transparency Spotlight (Alpha)

View Companies and Criteria Used to Serve Ads on Chrome

O que é Ads Transparency Spotlight (Alpha)?

Ads Transparency Spotlight (Alpha) é uma extensão do Chrome desenvolvida por Ads Transparency Spotlight Team, e sua principal característica é "View Companies and Criteria Used to Serve Ads on Chrome".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ads Transparency Spotlight (Alpha)

Baixe arquivos de extensão Ads Transparency Spotlight (Alpha) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ads Transparency Spotlight (Alpha) Ads Transparency Spotlight (Alpha)
ID gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
URL Oficial https://chromewebstore.google.com/detail/ads-transparency-spotligh/gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
Descrição View Companies and Criteria Used to Serve Ads on Chrome
Tamanho do Arquivo 937 KB
Contagem de Instalações 10,435
Versão Atual 0.0.2
Última Atualização 2020-08-01
Data de Publicação 2020-07-24
Classificação 3.00/5 Total de 10 Avaliações
Desenvolvedor Ads Transparency Spotlight Team
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}