Google Meet Plus - Remove Time

This extension will remove the 'Time' information at the top of banner in Google Meet

Co to jest Google Meet Plus - Remove Time?

Google Meet Plus - Remove Time to rozszerzenie Chrome opracowane przez hyzhang, a jego główną funkcją jest „This extension will remove the 'Time' information at the top of banner in Google Meet”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Google Meet Plus - Remove Time

Pobierz pliki rozszerzeń Google Meet Plus - Remove Time 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

                        Google Meet recently added a new feature to add a 'Time' information at the top of banner. For those people who don't want to see the 'Time' information, this extension will remove it.

Update History:
June. 8th 2020 - v0.92: Hotfix due to the recently Meet update                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
Oficjalny URL https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Opis This extension will remove the 'Time' information at the top of banner in Google Meet
Rozmiar pliku 37.48 KB
Liczba instalacji 160
Aktualna Wersja 0.92
Ostatnia Aktualizacja 2020-06-08
Data Publikacji 2020-06-08
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper hyzhang
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Meet Plus - Remove Time",
    "description": "This extension will remove the 'Time' information at the top of banner in Google Meet",
    "version": "0.92",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "removetime.js"
    ],
    "manifest_version": 2
}