Hangout Bar Remover
Remove the top green bar in Google Hangouts when screensharing
什么是Hangout Bar Remover?
Hangout Bar Remover是由Weedy开发的Chrome扩展程序,该扩展的主要功能是“Remove the top green bar in Google Hangouts when screensharing”。
下载Hangout Bar Remover扩展crx文件
下载Hangout Bar Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Removes the green bar in Hangouts that shows up when you're sharing your screen.
扩展基本信息
名称 | |
ID | ljnfnnbjjndlhjgckidfkbklikmdpagh |
官方URL | https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh |
简介 | Remove the top green bar in Google Hangouts when screensharing |
文件大小 | 33.43 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2015-09-07 |
上架时间 | 2015-09-07 |
评分 | 5.00/5 共1次评分 |
开发者 | Weedy |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangout Bar Remover", "version": "1.0", "author": "WeedLion", "description": "Remove the top green bar in Google Hangouts when screensharing", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/hangouts\/*" ], "css": [ "style.css" ] } ] } |