Hide Twitter Replies

Hide annoying replies on Twitter, see the genuine tweets.

What is Hide Twitter Replies?

Hide Twitter Replies is a Chrome extension developed by https://usman.it, and its main feature is "Hide annoying replies on Twitter, see the genuine tweets.".

Extension Screenshots

screenshot

Download Hide Twitter Replies Extension CRX File

Download Hide Twitter Replies extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Hide Twitter Replies Hide Twitter Replies
ID bobjjmpbpopkbnlpfpcjmncogijmiklm
Official URL https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm
Description Hide annoying replies on Twitter, see the genuine tweets.
File Size 60.97 KB
Installation Count 116
Current Version 1.0.1
Last Updated 2014-04-26
Publish Date 2014-04-26
Rating 4.00/5 Total 4 Ratings
Developer https://usman.it
Payment Type free
Extension Website http://usman.it/hide-twitter-replies
Help Page URL http://usman.it/hide-twitter-replies
Supported Languages 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
}