Ads Transparency Spotlight (Alpha)

View Companies and Criteria Used to Serve Ads on Chrome

Ads Transparency Spotlight (Alpha) là gì?

Ads Transparency Spotlight (Alpha) là một tiện ích mở rộng Chrome được phát triển bởi Ads Transparency Spotlight Team, và tính năng chính của nó là "View Companies and Criteria Used to Serve Ads on Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ads Transparency Spotlight (Alpha)

Tải xuống các tệp mở rộng Ads Transparency Spotlight (Alpha) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ads Transparency Spotlight (Alpha) Ads Transparency Spotlight (Alpha)
ID gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
URL Chính Thức https://chromewebstore.google.com/detail/ads-transparency-spotligh/gkbmnjmlhjnakmfjcejhlhpnibcbjdnl
Mô tả View Companies and Criteria Used to Serve Ads on Chrome
Kích Thước Tệp 937 KB
Số Lần Cài Đặt 10,435
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-08-01
Ngày Phát Hành 2020-07-24
Đánh Giá 3.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Ads Transparency Spotlight Team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}