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+ là gì?
Remove Say Hi to User From Google+ là một tiện ích mở rộng Chrome được phát triển bởi Rachid Otsmane, và tính năng chính của nó là "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Remove Say Hi to User From Google+
Tải xuống các tệp mở rộng Remove Say Hi to User From Google+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ljdkehnombdmlknloobjhaahkjopgjcj |
URL Chính Thức | https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj |
Mô tả | This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page |
Kích Thước Tệp | 2.71 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2013-05-21 |
Ngày Phát Hành | 2013-05-21 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Rachid Otsmane |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.droid-den.com |
URL Trang Trợ Giúp | https://plus.google.com/u/0/113562486592922185062 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |