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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Companies and Criteria Used to Serve Ads on Chrome"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ads Transparency Spotlight (Alpha) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}