Stop Tab Title Flashing

Keep tab titles from flashing.

O que é Stop Tab Title Flashing?

Stop Tab Title Flashing é uma extensão do Chrome desenvolvida por Got Users, e sua principal característica é "Keep tab titles from flashing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Stop Tab Title Flashing

Baixe arquivos de extensão Stop Tab Title Flashing 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

                        Keep sites like Facebook, Twitter, Intercom, etc. from distracting you with flashing tab titles whenever you get a notification. Stay focused on what's important.

Github: https://github.com/akingabramson/stop_tab_title_flashing                    

Informações Básicas da Extensão

Nome Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
URL Oficial https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
Descrição Keep tab titles from flashing.
Tamanho do Arquivo 20.11 KB
Contagem de Instalações 429
Versão Atual 0.0.1
Última Atualização 2020-12-21
Data de Publicação 2020-12-21
Classificação 4.55/5 Total de 11 Avaliações
Desenvolvedor Got Users
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Tab Title Flashing",
    "version": "0.0.1",
    "description": "Keep tab titles from flashing.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop_tab_flashing.js"
            ]
        }
    ]
}