Remove Screenshare Notification for Hangouts™
Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.
什麼是Remove Screenshare Notification for Hangouts™?
Remove Screenshare Notification for Hangouts™是由Master開發的Chrome擴展程式,該擴展的主要功能是“Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.”。
擴展截圖
下載Remove Screenshare Notification for Hangouts™擴展crx文件
下載Remove Screenshare Notification for Hangouts™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can still choose to stop sharing by clicking the screenshare icon in the left side panel in the Hangouts window.
NOTE: If you get a black bar at the bottom of the screen, simply re-size the window once in any direction to fix it.
Changelog:
------------------
12/7/15 - Updated to support Hangouts Beta 擴展基本資訊
| 名稱 | |
| ID | dkoinecnplfbobfdamgfjfonmjieigpd |
| 官方網址 | https://chromewebstore.google.com/detail/remove-screenshare-notifi/dkoinecnplfbobfdamgfjfonmjieigpd |
| 簡介 | Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone. |
| 檔案大小 | 46.05 KB |
| 安裝次數 | 873 |
| 目前版本 | 1.1 |
| 更新時間 | 2015-12-07 |
| 上架時間 | 2015-12-07 |
| 評分 | 3.87/5 共 15 次評分 |
| 開發者 | Master |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "The Master",
"name": "Remove Screenshare Notification for Hangouts\u2122",
"description": "Removes the ugly green notification bar at the top of Google Hangout windows when screensharing with someone.",
"manifest_version": 2,
"version": "1.1",
"icons": {
"16": "thumbnail-16.png",
"24": "thumbnail-24.png",
"32": "thumbnail-32.png",
"48": "thumbnail-48.png",
"64": "thumbnail-64.png",
"128": "thumbnail-128.png"
},
"permissions": [
"*:\/\/plus.google.com\/hangouts\/*"
],
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/plus.google.com\/hangouts\/*"
],
"js": [
"jquery.js",
"background-min.js"
]
}
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"web_accessible_resources": [
"jquery.js",
"background-min.js",
"thumbnail-16.png",
"thumbnail-24.png",
"thumbnail-32.png",
"thumbnail-48.png",
"thumbnail-64.png",
"thumbnail-128.png"
]
} | |