Automatad Blaze

Improve Ad monetization of your existing ad units

Automatad Blaze क्या है?

Automatad Blaze automatad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve Ad monetization of your existing ad units"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Automatad Blaze एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}