Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

O que é Hide Twitter views.?

Hide Twitter views. é uma extensão do Chrome desenvolvida por charies, e sua principal característica é "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hide Twitter views.

Baixe arquivos de extensão Hide Twitter views. 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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

Informações Básicas da Extensão

Nome Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
URL Oficial https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Descrição Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Tamanho do Arquivo 15.58 KB
Contagem de Instalações 253
Versão Atual 1.0
Última Atualização 2022-12-27
Data de Publicação 2022-12-27
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor charies
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Twitter views.",
    "version": "1.0",
    "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.",
    "action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}