Hide Twitter Replies

Hide annoying replies on Twitter, see the genuine tweets.

什么是Hide Twitter Replies?

Hide Twitter Replies是由https://usman.it开发的Chrome扩展程序,该扩展的主要功能是“Hide annoying replies on Twitter, see the genuine tweets.”。

扩展截图

screenshot

下载Hide Twitter Replies扩展crx文件

下载Hide Twitter Replies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Hide Twitter Replies Hide Twitter Replies
ID bobjjmpbpopkbnlpfpcjmncogijmiklm
官方URL https://chromewebstore.google.com/detail/hide-twitter-replies/bobjjmpbpopkbnlpfpcjmncogijmiklm
简介 Hide annoying replies on Twitter, see the genuine tweets.
文件大小 60.97 KB
安装次数 116
当前版本 1.0.1
更新时间 2014-04-26
上架时间 2014-04-26
评分 4.00/5 共4次评分
开发者 https://usman.it
付费类型 free
扩展官网 http://usman.it/hide-twitter-replies
帮助页面URL http://usman.it/hide-twitter-replies
支持的语言 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
}