Automatad Blaze

Improve Ad monetization of your existing ad units

ما هو Automatad Blaze؟

Automatad Blaze هو إضافة Chrome تم تطويرها بواسطة automatad، والميزة الرئيسية لها هي "Improve Ad monetization of your existing ad units".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Automatad Blaze

قم بتنزيل ملفات الامتداد Automatad Blaze بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        AXT (Active Exposure time) technology measures AXT against all of your existing ad units on the page and based on the user activity, Once  AXT hits the preset threshold value, it recreates and monetizes a new ad in the exact same placement helping you get best out of your ad inventory.

To learn more, contact us at [email protected]                    

معلومات أساسية عن التمديد

الاسم Automatad Blaze Automatad Blaze
ID dedoggbogbkgbbpnelblhpjnmohdhoma
عنوان URL الرسمي https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma
الوصف Improve Ad monetization of your existing ad units
حجم الملف 99.48 KB
عدد التثبيتات 121
النسخة الحالية 0.0.8
آخر تحديث 2019-01-22
تاريخ النشر 2019-01-22
تقييم 5.00/5 مجموع تقييمات 3
المطور automatad
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://automatad.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Automatad Blaze",
    "short_name": "Automatad Blaze",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "Improve Ad monetization of your existing ad units",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "blaze.style.css"
            ],
            "js": [
                "blaze.extension.js",
                "blaze.e2.js",
                "jQuery_v2.2.4.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "View real-time Automatad Blaze stats"
    },
    "icons": {
        "32": "icons\/blaze32.png",
        "64": "icons\/blaze64.png",
        "128": "icons\/blaze128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ]
}