Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Что такое Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation - это расширение Chrome, разработанное Unknown, и его основная функция - "The official Ads.txt Analyzer Extension by Adnimation".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ads.txt Analyzer by Adnimation

Скачайте файлы расширений Ads.txt Analyzer by Adnimation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Официальный URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Описание The official Ads.txt Analyzer Extension by Adnimation
Размер файла 162 KB
Количество установок 683
Текущая Версия 1.0.0.1
Последнее Обновление 2018-07-11
Дата публикации 2018-07-11
Рейтинг 4.63/5 Всего 8 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения http://www.adnimation.com/
Поддерживаемые языки 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
}