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+”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | oeipgihnclpojojmkmnjgnaebddpmibe |
官方網址 | 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" ] } ] } |