Plus Right Stuff Hider
Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
¿Qué es Plus Right Stuff Hider?
Plus Right Stuff Hider es una extensión de Chrome desarrollada por veddermatic, y su función principal es "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Plus Right Stuff Hider
Descarga archivos de extensión Plus Right Stuff Hider en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | oeipgihnclpojojmkmnjgnaebddpmibe |
URL Oficial | https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe |
Descripción | Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+ |
Tamaño del Archivo | 18.6 KB |
Cantidad de Instalaciones | 23 |
Versión Actual | 1.2 |
Última Actualización | 2012-06-27 |
Fecha de Publicación | 2012-06-27 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | veddermatic |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |