Hide Twitter Replies

Hide annoying replies on Twitter, see the genuine tweets.

Wat is Hide Twitter Replies?

Hide Twitter Replies is een Chrome-extensie ontwikkeld door https://usman.it, en de belangrijkste functie is "Hide annoying replies on Twitter, see the genuine tweets.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hide Twitter Replies

Download Hide Twitter Replies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Hide Twitter Replies Hide Twitter Replies
ID bobjjmpbpopkbnlpfpcjmncogijmiklm
Officiële URL https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm
Beschrijving Hide annoying replies on Twitter, see the genuine tweets.
Bestandsgrootte 60.97 KB
Aantal Installaties 116
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-04-26
Publicatiedatum 2014-04-26
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://usman.it
Betalingswijze free
Extensiewebsite http://usman.it/hide-twitter-replies
Help Pagina-URL http://usman.it/hide-twitter-replies
Ondersteunde Talen 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
}