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

Qu'est-ce que Ads.txt Checker ?

Ads.txt Checker est une extension Chrome développée par https://llamadaoculta.com, et sa fonction principale est "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".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Ads.txt Checker

Téléchargez les fichiers d'extension Ads.txt Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ads.txt Checker Ads.txt Checker
ID bjddoinjnabgbnloplmjdfdcdlefdbhj
URL Officiel https://chromewebstore.google.com/detail/adstxt-checker/bjddoinjnabgbnloplmjdfdcdlefdbhj
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
Taille du Fichier 154 KB
Nombre d'Installations 907
Version Actuelle 0.0.3
Dernière Mise à Jour 2019-10-02
Date de Publication 2019-09-29
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://llamadaoculta.com
Type de Paiement free
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}