Automatad Blaze
Improve Ad monetization of your existing ad units
What is Automatad Blaze?
Automatad Blaze is a Chrome extension developed by automatad, and its main feature is "Improve Ad monetization of your existing ad units".
Extension Screenshots
Download Automatad Blaze Extension CRX File
Download Automatad Blaze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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]
Extension Basic Information
Name | |
ID | dedoggbogbkgbbpnelblhpjnmohdhoma |
Official URL | https://chrome.google.com/webstore/detail/automatad-blaze/dedoggbogbkgbbpnelblhpjnmohdhoma |
Description | Improve Ad monetization of your existing ad units |
File Size | 99.48 KB |
Installation Count | 121 |
Current Version | 0.0.8 |
Last Updated | 2019-01-22 |
Publish Date | 2019-01-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | automatad |
[email protected] | |
Payment Type | free |
Extension Website | http://automatad.com |
Supported Languages | 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" ] } |