Remove Say Hi to User From Google+

This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page

Remove Say Hi to User From Google+คืออะไร?

Remove Say Hi to User From Google+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rachid Otsmane และคุณลักษณะหลักของมันคือ "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Say Hi to User From Google+

ดาวน์โหลดไฟล์ส่วนขยาย Remove Say Hi to User From Google+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove Say Hi to User From Google+ Remove Say Hi to User From Google+
ID ljdkehnombdmlknloobjhaahkjopgjcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj
คำอธิบาย This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
ขนาดไฟล์ 2.71 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-05-21
วันที่เผยแพร่ 2013-05-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Rachid Otsmane
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.droid-den.com
URL หน้าช่วยเหลือ https://plus.google.com/u/0/113562486592922185062
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove Say Hi to User From Google+",
    "version": "0.1",
    "manifest_version": 2,
    "description": "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "gplus.css"
            ]
        }
    ]
}