tweet-hider
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Was ist tweet-hider?
tweet-hider ist eine Chrome-Erweiterung, die von http://tweet-hider.ru entwickelt wurde, und ihr Hauptmerkmal ist "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Erweiterungsscreenshots
tweet-hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie tweet-hider-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
tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that! The extension will help you to hide replies and retweets in in a user's profile with one click. How to use the extension: After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again. Invented by RiverCity - http://river-city.ru
Grundlegende Informationen zur Erweiterung
Name | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
Offizielle URL | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
Beschreibung | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
Dateigröße | 37.21 KB |
Installationsanzahl | 31 |
Aktuelle Version | 1.6 |
Letztes Update | 2012-10-02 |
Veröffentlichungsdatum | 2012-10-02 |
Bewertung | 3.67/5 Insgesamt 9 Bewertungen |
Entwickler | http://tweet-hider.ru |
Zahlungsart | free |
Erweiterungswebsite | http://tweet-hider.ru |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "tweet-hider", "version": "1.6", "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "jquery.js", "th.js" ] } ], "manifest_version": 2, "homepage_url": "http:\/\/tweet-hider.ru\/", "permissions": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ] } |