Hide View Count

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

Cos'è Hide View Count?

Hide View Count è un'estensione di Chrome sviluppata da ろぼいん, e la sua funzione principale è "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide View Count

Scarica i file di estensione Hide View Count in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hide View Count Hide View Count
ID mmefeobjcchickbjelledfhagoddcklp
URL Ufficiale https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp
Descrizione This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Dimensione del File 961 KB
Conteggio Installazioni 2,909
Versione Corrente 1.5.0
Ultimo Aggiornamento 2023-02-26
Data di Pubblicazione 2022-12-23
Valutazione 4.96/5 Totale 28 Valutazioni
Sviluppatore ろぼいん
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Robot-Inventor/hide-impression
URL della Pagina di Aiuto https://github.com/Robot-Inventor/hide-impression
Lingue Supportate 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"
}