Plus Right Stuff Hider

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

Wat is Plus Right Stuff Hider?

Plus Right Stuff Hider is een Chrome-extensie ontwikkeld door veddermatic, en de belangrijkste functie is "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Plus Right Stuff Hider

Download Plus Right Stuff Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Plus Right Stuff Hider Plus Right Stuff Hider
ID oeipgihnclpojojmkmnjgnaebddpmibe
Officiële URL https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe
Beschrijving Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Bestandsgrootte 18.6 KB
Aantal Installaties 23
Huidige Versie 1.2
Laatst Bijgewerkt 2012-06-27
Publicatiedatum 2012-06-27
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar veddermatic
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}