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