Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Co to jest Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „The official Ads.txt Analyzer Extension by Adnimation”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Ads.txt Analyzer by Adnimation

Pobierz pliki rozszerzeń Ads.txt Analyzer by Adnimation w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
Oficjalny URL https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Opis The official Ads.txt Analyzer Extension by Adnimation
Rozmiar pliku 162 KB
Liczba instalacji 683
Aktualna Wersja 1.0.0.1
Ostatnia Aktualizacja 2018-07-11
Data Publikacji 2018-07-11
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia http://www.adnimation.com/
Obsługiwane Języki 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
}