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

Cos'è tweet-hider?

tweet-hider è un'estensione di Chrome sviluppata da http://tweet-hider.ru, e la sua funzione principale è "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione tweet-hider

Scarica i file di estensione tweet-hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
URL Ufficiale https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
Descrizione tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Dimensione del File 37.21 KB
Conteggio Installazioni 31
Versione Corrente 1.6
Ultimo Aggiornamento 2012-10-02
Data di Pubblicazione 2012-10-02
Valutazione 3.67/5 Totale 9 Valutazioni
Sviluppatore http://tweet-hider.ru
Tipo di Pagamento free
Sito Web dell'Estensione http://tweet-hider.ru
Lingue Supportate 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\/*"
    ]
}