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 هو إضافة Chrome تم تطويرها بواسطة veddermatic، والميزة الرئيسية لها هي "Hides the content (What's Trending, etc.) and the Chat thing on the right side of Google+".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Plus Right Stuff Hider

قم بتنزيل ملفات الامتداد Plus Right Stuff Hider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}