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.                    

拡張機能の基本情報

名前 Hangout Bar Remover Hangout Bar Remover
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"
            ]
        }
    ]
}