Plus Right Stuff Hider

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

Qu'est-ce que Plus Right Stuff Hider ?

Plus Right Stuff Hider est une extension Chrome développée par veddermatic, et sa fonction principale est "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Plus Right Stuff Hider

Téléchargez les fichiers d'extension Plus Right Stuff Hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Plus Right Stuff Hider Plus Right Stuff Hider
ID oeipgihnclpojojmkmnjgnaebddpmibe
URL Officiel https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe
Description Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
Taille du Fichier 18.6 KB
Nombre d'Installations 23
Version Actuelle 1.2
Dernière Mise à Jour 2012-06-27
Date de Publication 2012-06-27
Évaluation 4.00/5 Total 4 Évaluations
Développeur veddermatic
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}