Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Qu'est-ce que Ads.txt Analyzer by Adnimation ?

Ads.txt Analyzer by Adnimation est une extension Chrome développée par Unknown, et sa fonction principale est "The official Ads.txt Analyzer Extension by Adnimation".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ads.txt Analyzer by Adnimation

Téléchargez les fichiers d'extension Ads.txt Analyzer by Adnimation 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

                        The official Ads.txt Analyzer Extension by Adnimation, providing users easy one-click access to the ads.txt file of any website without leaving the site.                    

Informations de Base sur l'Extension

Nom Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
URL Officiel https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Description The official Ads.txt Analyzer Extension by Adnimation
Taille du Fichier 162 KB
Nombre d'Installations 683
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2018-07-11
Date de Publication 2018-07-11
Évaluation 4.63/5 Total 8 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension http://www.adnimation.com/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads.txt Analyzer by Adnimation",
    "short_name": "AABA",
    "description": "The official Ads.txt Analyzer Extension by Adnimation",
    "version": "1.0.0.1",
    "permissions": [
        "activeTab",
        ""
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ads.txt Analyzer by Adnimation",
        "default_icon": "icon-19.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}