Ads.txt Analyzer by Adnimation

The official Ads.txt Analyzer Extension by Adnimation

Apa itu Ads.txt Analyzer by Adnimation?

Ads.txt Analyzer by Adnimation adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "The official Ads.txt Analyzer Extension by Adnimation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ads.txt Analyzer by Adnimation

Unduh file ekstensi Ads.txt Analyzer by Adnimation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ads.txt Analyzer by Adnimation Ads.txt Analyzer by Adnimation
ID ebbdanlepglplhdbkfhlfkfjcddmpphf
URL Resmi https://chromewebstore.google.com/detail/adstxt-analyzer-by-adnima/ebbdanlepglplhdbkfhlfkfjcddmpphf
Deskripsi The official Ads.txt Analyzer Extension by Adnimation
Ukuran File 162 KB
Jumlah Instalasi 683
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2018-07-11
Tanggal Publikasi 2018-07-11
Penilaian 4.63/5 Total 8 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi http://www.adnimation.com/
Bahasa yang Didukung 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
}