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
公式URL 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\/*"
    ]
}