TerminalOne Pixel Debugger
Display presence of Mediamath TerminalOne pixels
What is TerminalOne Pixel Debugger?
TerminalOne Pixel Debugger is a Chrome extension developed by MediaMath Technology Solutions, and its main feature is "Display presence of Mediamath TerminalOne pixels".
Extension Screenshots
Download TerminalOne Pixel Debugger Extension CRX File
Download TerminalOne Pixel Debugger 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
Examine your implementation of the MediaMath TerminalOne Pixel. The TerminalOne Pixel Debugger displays the presence of MediaMath TerminalOne Pixels. It allows you to inspect* the pixel configurations of all MediaMath Pixels installed on a website. * Inspection feature only works if you have logged into MediaMath TerminalOne console
Extension Basic Information
Name | |
ID | lblndfadnccgoeamohlemgaldnbjdnkn |
Official URL | https://chrome.google.com/webstore/detail/terminalone-pixel-debugge/lblndfadnccgoeamohlemgaldnbjdnkn |
Description | Display presence of Mediamath TerminalOne pixels |
File Size | 727 KB |
Installation Count | 688 |
Current Version | 0.4 |
Last Updated | 2020-01-27 |
Publish Date | 2020-01-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | MediaMath Technology Solutions |
Payment Type | free |
Extension Website | http://www.mediamath.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start" } ], "icons": { "128": "pint_logo.png", "16": "pint_logo.png", "32": "pint_logo.png", "48": "pint_logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "pint_logo.png", "default_popup": "popup.html" }, "name": "TerminalOne Pixel Debugger", "short_name": "TerminalOne Pixel Debugger", "description": "Display presence of Mediamath TerminalOne pixels", "permissions": [ "tabs", "webRequest", "webRequestBlocking", " |