Block Promo on your TL
Hide promotional ads displayed on Twitter timeline.
Qu'est-ce que Block Promo on your TL ?
Block Promo on your TL est une extension Chrome développée par https://www.buzzyvox.com, et sa fonction principale est "Hide promotional ads displayed on Twitter timeline.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Block Promo on your TL
Téléchargez les fichiers d'extension Block Promo on your TL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Hide promotional ads displayed on Twitter timeline.
Informations de Base sur l'Extension
Nom | Block Promo on your TL |
ID | noppjecknmnihknoebobfkfhkpcndook |
URL Officiel | https://chromewebstore.google.com/detail/block-promo-on-your-tl/noppjecknmnihknoebobfkfhkpcndook |
Description | Hide promotional ads displayed on Twitter timeline. |
Taille du Fichier | 18.62 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2018-09-21 |
Date de Publication | 2018-09-20 |
Développeur | https://www.buzzyvox.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.buzzyvox.com/2017035170.html |
URL de la Page d'Aide | http://www.buzzyvox.com/2017035170.html |
Langues Prises en Charge | 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" } |