Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Was ist Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "The official Ads.txt Analyzer Extension by Adnimation".

Erweiterungsscreenshots

screenshot

Ads.txt Analyzer by Adnimation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ads.txt Analyzer by Adnimation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Offizielle URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Beschreibung The official Ads.txt Analyzer Extension by Adnimation
Dateigröße 162 KB
Installationsanzahl 683
Aktuelle Version 1.0.0.1
Letztes Update 2018-07-11
Veröffentlichungsdatum 2018-07-11
Bewertung 4.63/5 Insgesamt 8 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite http://www.adnimation.com/
Unterstützte Sprachen 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
}