Ads Transparency Spotlight (Alpha)

View Companies and Criteria Used to Serve Ads on Chrome

什麼是Ads Transparency Spotlight (Alpha)?

Ads Transparency Spotlight (Alpha)是由Ads Transparency Spotlight Team開發的Chrome擴展程式,該擴展的主要功能是“View Companies and Criteria Used to Serve Ads on Chrome”。

擴展截圖

screenshot

下載Ads Transparency Spotlight (Alpha)擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Ads Transparency Spotlight (Alpha) Ads Transparency Spotlight (Alpha)
ID gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
官方網址 https://chromewebstore.google.com/detail/ads-transparency-spotligh/gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
簡介 View Companies and Criteria Used to Serve Ads on Chrome
檔案大小 937 KB
安裝次數 10,435
目前版本 0.0.2
更新時間 2020-08-01
上架時間 2020-07-24
評分 3.00/5 共 10 次評分
開發者 Ads Transparency Spotlight Team
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}