Hide Twitter Replies

Hide annoying replies on Twitter, see the genuine tweets.

¿Qué es Hide Twitter Replies?

Hide Twitter Replies es una extensión de Chrome desarrollada por https://usman.it, y su función principal es "Hide annoying replies on Twitter, see the genuine tweets.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hide Twitter Replies

Descarga archivos de extensión Hide Twitter Replies 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

                        Finally, new Twitter profile has this feature built-in. This project is now deprecated and no longer supported.

==================================

Are you annoyed by the @replies on Twitter? Be it on any profile or news feed, it looks like a chat session. Now you can hide these annoying replies and you can see the genuine tweets. Install this extension and you will find a "Hide Replies" button on Twitter, clicking it will hide all the replies, clicking it again will show the replies.

Please share this extension and if you need help please visit my website http://usman.it/hide-twitter-replies                    

Información Básica de la Extensión

Nombre Hide Twitter Replies Hide Twitter Replies
ID bobjjmpbpopkbnlpfpcjmncogijmiklm
URL Oficial https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm
Descripción Hide annoying replies on Twitter, see the genuine tweets.
Tamaño del Archivo 60.97 KB
Cantidad de Instalaciones 116
Versión Actual 1.0.1
Última Actualización 2014-04-26
Fecha de Publicación 2014-04-26
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador https://usman.it
Tipo de Pago free
Sitio Web de la Extensión http://usman.it/hide-twitter-replies
URL de la Página de Ayuda http://usman.it/hide-twitter-replies
Idiomas Soportados en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-1.8.0.min.js",
                "hide_twitter_replies.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Hide annoying replies on Twitter, see the genuine tweets.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "minimum_chrome_version": "6",
    "name": "Hide Twitter Replies",
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "version": "1.0.1",
    "manifest_version": 2
}