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 là gì?

Plus Right Stuff Hider là một tiện ích mở rộng Chrome được phát triển bởi veddermatic, và tính năng chính của nó là "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plus Right Stuff Hider

Tải xuống các tệp mở rộng Plus Right Stuff Hider dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plus Right Stuff Hider Plus Right Stuff Hider
ID oeipgihnclpojojmkmnjgnaebddpmibe
URL Chính Thức https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe
Mô tả Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Kích Thước Tệp 18.6 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2012-06-27
Ngày Phát Hành 2012-06-27
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển veddermatic
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}