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開發的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+擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |