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
Τι είναι το tweet-hider;
Το tweet-hider είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tweet-hider.ru, και η κύρια λειτουργία του είναι "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης tweet-hider
Λήψη αρχείων επέκτασης tweet-hider σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ndagpendmajgnailamkkghmbhiadnjkk |
Επίσημο URL | https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk |
Περιγραφή | tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile |
Μέγεθος Αρχείου | 37.21 KB |
Αριθμός Εγκαταστάσεων | 31 |
Τρέχουσα Έκδοση | 1.6 |
Τελευταία Ενημέρωση | 2012-10-02 |
Ημερομηνία Δημοσίευσης | 2012-10-02 |
Αξιολόγηση | 3.67/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | http://tweet-hider.ru |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://tweet-hider.ru |
Υποστηριζόμενες Γλώσσες | 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\/*" ] } |