Plus Right Stuff Hider

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

Plus Right Stuff Hider क्या है?

Plus Right Stuff Hider veddermatic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Plus Right Stuff Hider एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Plus Right Stuff Hider Plus Right Stuff Hider
ID oeipgihnclpojojmkmnjgnaebddpmibe
आधिकारिक URL https://chrome.google.com/webstore/detail/plus-right-stuff-hider/oeipgihnclpojojmkmnjgnaebddpmibe
विवरण Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+
फ़ाइल का आकार 18.6 KB
स्थापना संख्या 23
वर्तमान संस्करण 1.2
अंतिम अपडेट 2012-06-27
प्रकाशन तिथि 2012-06-27
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर veddermatic
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}