Block Promo on your TL
Hide promotional ads displayed on Twitter timeline.
Was ist Block Promo on your TL?
Block Promo on your TL ist eine Chrome-Erweiterung, die von https://www.buzzyvox.com entwickelt wurde, und ihr Hauptmerkmal ist "Hide promotional ads displayed on Twitter timeline.".
Erweiterungsscreenshots
Block Promo on your TL-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block Promo on your TL-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hide promotional ads displayed on Twitter timeline.
Grundlegende Informationen zur Erweiterung
Name | Block Promo on your TL |
ID | noppjecknmnihknoebobfkfhkpcndook |
Offizielle URL | https://chromewebstore.google.com/detail/block-promo-on-your-tl/noppjecknmnihknoebobfkfhkpcndook |
Beschreibung | Hide promotional ads displayed on Twitter timeline. |
Dateigröße | 18.62 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2018-09-21 |
Veröffentlichungsdatum | 2018-09-20 |
Entwickler | https://www.buzzyvox.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.buzzyvox.com/2017035170.html |
Hilfeseite URL | http://www.buzzyvox.com/2017035170.html |
Unterstützte Sprachen | 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" } |