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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove Say Hi to User From Google+
قم بتنزيل ملفات الامتداد Remove Say Hi to User From Google+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
معلومات أساسية عن التمديد
الاسم | |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |