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
官方網址 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
}