Hangout Bar Remover

Remove the top green bar in Google Hangouts when screensharing

Co to jest Hangout Bar Remover?

Hangout Bar Remover to rozszerzenie Chrome opracowane przez Weedy, a jego główną funkcją jest „Remove the top green bar in Google Hangouts when screensharing”.

Pobierz plik CRX rozszerzenia Hangout Bar Remover

Pobierz pliki rozszerzeń Hangout Bar Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Removes the green bar in Hangouts that shows up when you're sharing your screen.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hangout Bar Remover Hangout Bar Remover
ID ljnfnnbjjndlhjgckidfkbklikmdpagh
Oficjalny URL https://chrome.google.com/webstore/detail/hangout-bar-remover/ljnfnnbjjndlhjgckidfkbklikmdpagh
Opis Remove the top green bar in Google Hangouts when screensharing
Rozmiar pliku 33.43 KB
Liczba instalacji 14
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-09-07
Data Publikacji 2015-09-07
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Weedy
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}