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

O que é tweet-hider?

tweet-hider é uma extensão do Chrome desenvolvida por http://tweet-hider.ru, e sua principal característica é "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão tweet-hider

Baixe arquivos de extensão tweet-hider no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
URL Oficial https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
Descrição tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Tamanho do Arquivo 37.21 KB
Contagem de Instalações 31
Versão Atual 1.6
Última Atualização 2012-10-02
Data de Publicação 2012-10-02
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor http://tweet-hider.ru
Tipo de Pagamento free
Site da Extensão http://tweet-hider.ru
Idiomas Suportados 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\/*"
    ]
}