Plus Right Stuff Hider
Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Was ist Plus Right Stuff Hider?
Plus Right Stuff Hider ist eine Chrome-Erweiterung, die von veddermatic entwickelt wurde, und ihr Hauptmerkmal ist "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".
Erweiterungsscreenshots
Plus Right Stuff Hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie Plus Right Stuff Hider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | oeipgihnclpojojmkmnjgnaebddpmibe |
Offizielle URL | https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe |
Beschreibung | Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+ |
Dateigröße | 18.6 KB |
Installationsanzahl | 23 |
Aktuelle Version | 1.2 |
Letztes Update | 2012-06-27 |
Veröffentlichungsdatum | 2012-06-27 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | veddermatic |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |