Ads.txt Checker

With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up

Wat is Ads.txt Checker?

Ads.txt Checker is een Chrome-extensie ontwikkeld door https://llamadaoculta.com, en de belangrijkste functie is "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up".

Extensie Screenshots

Download het CRX-bestand van de extensie Ads.txt Checker

Download Ads.txt Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        With Ads.txt Checker you can find out if a site is using an ads.txt file and by simply clicking the icon have all the Authorized Digital Sellers presented in a pop up.

As mention in the IAB website, ads.txt initiative specifies a mechanism for publishers to list their authorized digital sellers, in order to fight against fraud and misrepresented domains.                    

Basisinformatie over de Extensie

Naam Ads.txt Checker Ads.txt Checker
ID bjddoinjnabgbnloplmjdfdcdlefdbhj
Officiële URL https://chromewebstore.google.com/detail/adstxt-checker/bjddoinjnabgbnloplmjdfdcdlefdbhj
Beschrijving With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up
Bestandsgrootte 154 KB
Aantal Installaties 907
Huidige Versie 0.0.3
Laatst Bijgewerkt 2019-10-02
Publicatiedatum 2019-09-29
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar https://llamadaoculta.com
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads.txt Checker",
    "short_name": "Ads.txt Checker",
    "description": "With Ads.txt Checker you can find out if a site is using ads.txt file and have all the Authorized Digital Sellers shown in a pop up",
    "version": "0.0.3",
    "manifest_version": 2,
    "author": "Yuttasat Pollok ",
    "icons": {
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Ads.txt Checker"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}