Google Meet Plus - Remove Time

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

Co je Google Meet Plus - Remove Time?

Google Meet Plus - Remove Time je rozšíření Chrome vyvinuté hyzhang, a jeho hlavní funkcí je „This extension will remove the 'Time' information at the top of banner in Google Meet“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Meet Plus - Remove Time

Stáhněte si soubory rozšíření Google Meet Plus - Remove Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
Oficiální URL https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Popis This extension will remove the 'Time' information at the top of banner in Google Meet
Velikost souboru 37.48 KB
Počet instalací 160
Aktuální Verze 0.92
Poslední Aktualizace 2020-06-08
Datum Vydání 2020-06-08
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář hyzhang
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}