Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

What is Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation is a Chrome extension developed by Unknown, and its main feature is "The official Ads.txt Analyzer Extension by Adnimation".

Extension Screenshots

screenshot

Download Ads.txt Analyzer by Adnimation Extension CRX File

Download Ads.txt Analyzer by Adnimation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Official URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Description The official Ads.txt Analyzer Extension by Adnimation
File Size 162 KB
Installation Count 683
Current Version 1.0.0.1
Last Updated 2018-07-11
Publish Date 2018-07-11
Rating 4.63/5 Total 8 Ratings
Developer Unknown
Payment Type free
Extension Website http://www.adnimation.com/
Supported Languages 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
}