Twitter Pixel Helper
Displays an icon if there is a Twitter website tag on a given page
What is Twitter Pixel Helper?
Twitter Pixel Helper is a Chrome extension developed by https://ads.twitter.com, and its main feature is "Displays an icon if there is a Twitter website tag on a given page".
Extension Screenshots
Download Twitter Pixel Helper Extension CRX File
Download Twitter Pixel Helper 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
The Twitter Pixel Helper is a Chrome extension to help advertisers verify their Twitter website tag implementation. The Twitter Pixel Helper looks for website tag fires in the background and provides realtime feedback on the implementation, with information such as which website tags were fired and possible implementation mistakes. The number on the extension icon indicates the number of website tag fires. When clicked, a panel expands to show details on the website tags found, as well as any implementation warnings.
Extension Basic Information
Name | Twitter Pixel Helper |
ID | jepminnlebllinfmkhfbkpckogoiefpd |
Official URL | https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd |
Description | Displays an icon if there is a Twitter website tag on a given page |
File Size | 183 KB |
Installation Count | 61,231 |
Current Version | 2.0.2 |
Last Updated | 2022-09-09 |
Publish Date | 2020-01-27 |
Rating | 3.38/5 Total 16 Ratings |
Developer | https://ads.twitter.com |
[email protected] | |
Payment Type | free |
Extension Website | https://ads.twitter.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Displays an icon if there is a Twitter website tag on a given page", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Twitter Pixel Helper", "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html", "default_title": "There is a Twitter website tag on this page" }, "permissions": [ "background", "tabs", "storage", "webRequest", "*:\/\/*\/*" ], "version": "2.0.2" } |