tweet-hider

tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile

什麼是tweet-hider?

tweet-hider是由http://tweet-hider.ru開發的Chrome擴展程式,該擴展的主要功能是“tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile”。

擴展截圖

screenshot
screenshot

下載tweet-hider擴展crx文件

下載tweet-hider擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile 

Tired of endless retweets? Twitter looks like a chat? Tweet-hider easily deals with that!

The extension will help you to hide replies and retweets in in a user's profile with one click.

How to use the extension:

After installing «Hide @ and RT» button will appear above the tweets. It hides all replies and retweets. Get the replies and retweets back by pressing the button again.

Invented by RiverCity - http://river-city.ru                    

擴展基本資訊

名稱 tweet-hider tweet-hider
ID ndagpendmajgnailamkkghmbhiadnjkk
官方網址 https://chrome.google.com/webstore/detail/tweet-hider/ndagpendmajgnailamkkghmbhiadnjkk
簡介 tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile
檔案大小 37.21 KB
安裝次數 31
目前版本 1.6
更新時間 2012-10-02
上架時間 2012-10-02
評分 3.67/5 共 9 次評分
開發者 http://tweet-hider.ru
付費類型 free
擴展官網 http://tweet-hider.ru
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tweet-hider",
    "version": "1.6",
    "description": "tweet-hider is a simple way to hide replies and retweets in order to read only unique content in a user's profile",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.js",
                "th.js"
            ]
        }
    ],
    "manifest_version": 2,
    "homepage_url": "http:\/\/tweet-hider.ru\/",
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ]
}