Automatad Blaze

Improve Ad monetization of your existing ad units

什麼是Automatad Blaze?

Automatad Blaze是由automatad開發的Chrome擴展程式,該擴展的主要功能是“Improve Ad monetization of your existing ad units”。

擴展截圖

screenshot
screenshot
screenshot

下載Automatad Blaze擴展crx文件

下載Automatad Blaze擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}