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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}