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 |
官方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" ] } ] } |