Block Promo on your TL
Hide promotional ads displayed on Twitter timeline.
What is Block Promo on your TL?
Block Promo on your TL is a Chrome extension developed by https://www.buzzyvox.com, and its main feature is "Hide promotional ads displayed on Twitter timeline.".
Extension Screenshots
Download Block Promo on your TL Extension CRX File
Download Block Promo on your TL 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
Hide promotional ads displayed on Twitter timeline.
Extension Basic Information
Name | Block Promo on your TL |
ID | noppjecknmnihknoebobfkfhkpcndook |
Official URL | https://chromewebstore.google.com/detail/block-promo-on-your-tl/noppjecknmnihknoebobfkfhkpcndook |
Description | Hide promotional ads displayed on Twitter timeline. |
File Size | 18.62 KB |
Installation Count | 53 |
Current Version | 1.0.5 |
Last Updated | 2018-09-21 |
Publish Date | 2018-09-20 |
Developer | https://www.buzzyvox.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.buzzyvox.com/2017035170.html |
Help Page URL | http://www.buzzyvox.com/2017035170.html |
Supported Languages | id,de,en,fr,it,pt-BR,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Block Promo on your TL", "description": "__MSG_description__", "version": "1.0.5", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" } }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "homepage_url": "http:\/\/www.buzzyvox.com\/2017035170.html", "minimum_chrome_version": "26" } |