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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } ] } |