Automatad Blaze
Improve Ad monetization of your existing ad units
什么是Automatad Blaze?
Automatad Blaze是由automatad开发的Chrome扩展程序,该扩展的主要功能是“Improve Ad monetization of your existing ad units”。
扩展截图
下载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]
扩展基本信息
名称 | |
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" ] } |