Block Promo on your TL
Hide promotional ads displayed on Twitter timeline.
Wat is Block Promo on your TL?
Block Promo on your TL is een Chrome-extensie ontwikkeld door https://www.buzzyvox.com, en de belangrijkste functie is "Hide promotional ads displayed on Twitter timeline.".
Extensie Screenshots
Download het CRX-bestand van de extensie Block Promo on your TL
Download Block Promo on your TL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hide promotional ads displayed on Twitter timeline.
Basisinformatie over de Extensie
Naam | Block Promo on your TL |
ID | noppjecknmnihknoebobfkfhkpcndook |
Officiële URL | https://chromewebstore.google.com/detail/block-promo-on-your-tl/noppjecknmnihknoebobfkfhkpcndook |
Beschrijving | Hide promotional ads displayed on Twitter timeline. |
Bestandsgrootte | 18.62 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2018-09-21 |
Publicatiedatum | 2018-09-20 |
Ontwikkelaar | https://www.buzzyvox.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.buzzyvox.com/2017035170.html |
Help Pagina-URL | http://www.buzzyvox.com/2017035170.html |
Ondersteunde Talen | 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" } |