Plus Right Stuff Hider

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

Cos'è Plus Right Stuff Hider?

Plus Right Stuff Hider è un'estensione di Chrome sviluppata da veddermatic, e la sua funzione principale è "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Plus Right Stuff Hider

Scarica i file di estensione Plus Right Stuff Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Plus Right Stuff Hider Plus Right Stuff Hider
ID oeipgihnclpojojmkmnjgnaebddpmibe
URL Ufficiale https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe
Descrizione Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Dimensione del File 18.6 KB
Conteggio Installazioni 23
Versione Corrente 1.2
Ultimo Aggiornamento 2012-06-27
Data di Pubblicazione 2012-06-27
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore veddermatic
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}