Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Wat is Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "The official Ads.txt Analyzer Extension by Adnimation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ads.txt Analyzer by Adnimation

Download Ads.txt Analyzer by Adnimation-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

                        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.                    

Basisinformatie over de Extensie

Naam Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Officiële URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Beschrijving The official Ads.txt Analyzer Extension by Adnimation
Bestandsgrootte 162 KB
Aantal Installaties 683
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2018-07-11
Publicatiedatum 2018-07-11
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite http://www.adnimation.com/
Ondersteunde Talen 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
}