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+ 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Say Hi to User From Google+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } ] } |