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

¿Qué es tweet-hider?

tweet-hider es una extensión de Chrome desarrollada por http://tweet-hider.ru, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión tweet-hider

Descarga archivos de extensión tweet-hider en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
URL Oficial https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
Descripción tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
Tamaño del Archivo 37.21 KB
Cantidad de Instalaciones 31
Versión Actual 1.6
Última Actualización 2012-10-02
Fecha de Publicación 2012-10-02
Calificación 3.67/5 Total de 9 Calificaciones
Desarrollador http://tweet-hider.ru
Tipo de Pago free
Sitio Web de la Extensión http://tweet-hider.ru
Idiomas Soportados 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\/*"
    ]
}