Plus Right Stuff Hider

Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+

Plus Right Stuff Hiderとは何ですか?

Plus Right Stuff Hiderはveddermaticによって開発されたChromeの拡張機能で、その主な機能は「Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+」です。

拡張機能のスクリーンショット

screenshot

Plus Right Stuff Hider拡張機能のCRXファイルをダウンロード

Plus Right Stuff Hider拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Hides all the right side boxes; "Trending on Google+", "Hangouts", "You May Know", "You Might Like" as well as the "Chat" pop-up window in the newly redesigned Google+ UI.  If you don't use any of those things and don't want to see them, then this is the extension for you!

* Version 1.1 re-hides, as they changed the HTML / CSS of the plus layout.
* UPDATE! Version 1.2 re-hides, as they changed the HTML / CSS of the plus layout.                    

拡張機能の基本情報

名前 Plus Right Stuff Hider Plus Right Stuff Hider
ID oeipgihnclpojojmkmnjgnaebddpmibe
公式URL https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe
説明 Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
ファイルサイズ 18.6 KB
インストール数 23
現在のバージョン 1.2
最終更新日 2012-06-27
公開日 2012-06-27
評価 4.00/5 合計 4 レビュー
開発者 veddermatic
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plus Right Stuff Hider",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "noRightSide.css"
            ]
        }
    ]
}