Google Meet Plus - Remove Time

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

O que é Google Meet Plus - Remove Time?

Google Meet Plus - Remove Time é uma extensão do Chrome desenvolvida por hyzhang, e sua principal característica é "This extension will remove the 'Time' information at the top of banner in Google Meet".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Meet Plus - Remove Time

Baixe arquivos de extensão Google Meet Plus - Remove Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Google Meet Plus - Remove Time Google Meet Plus - Remove Time
ID fknpogbbjooljojbnaenjikhijjfhjkm
URL Oficial https://chromewebstore.google.com/detail/google-meet-plus-remove-t/fknpogbbjooljojbnaenjikhijjfhjkm
Descrição This extension will remove the 'Time' information at the top of banner in Google Meet
Tamanho do Arquivo 37.48 KB
Contagem de Instalações 160
Versão Atual 0.92
Última Atualização 2020-06-08
Data de Publicação 2020-06-08
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor hyzhang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}