Hide View Count

This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.

O que é Hide View Count?

Hide View Count é uma extensão do Chrome desenvolvida por ろぼいん, e sua principal característica é "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hide View Count

Baixe arquivos de extensão Hide View Count 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

                        This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster. It won't allow the View Count to be displayed for even a second!

This is an extension to "not **see** the number of impressions". It cannot be used to "not **show** the number of impressions".

## What you can do

- Hide the number of impressions of your tweets and others' tweets on your browser

## What you cannot do

- Hide the number of impressions of your Tweets from others
- Using a client other than the official web version of the Twitter client                    

Informações Básicas da Extensão

Nome Hide View Count Hide View Count
ID mmefeobjcchickbjelledfhagoddcklp
URL Oficial https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp
Descrição This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Tamanho do Arquivo 961 KB
Contagem de Instalações 2,909
Versão Atual 1.5.0
Última Atualização 2023-02-26
Data de Publicação 2022-12-23
Classificação 4.96/5 Total de 28 Avaliações
Desenvolvedor ろぼいん
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Robot-Inventor/hide-impression
URL da Página de Ajuda https://github.com/Robot-Inventor/hide-impression
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide View Count",
    "short_name": "HideViewCount",
    "version": "1.5.0",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "image\/icon16.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "default_locale": "en"
}