Hide View Count

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

¿Qué es Hide View Count?

Hide View Count es una extensión de Chrome desarrollada por ろぼいん, y su función principal es "This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Hide View Count

Descarga archivos de extensión Hide View Count en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Hide View Count Hide View Count
ID mmefeobjcchickbjelledfhagoddcklp
URL Oficial https://chromewebstore.google.com/detail/hide-view-count/mmefeobjcchickbjelledfhagoddcklp
Descripción This extension hides the number of impressions on Twitter and prevents the creation of an approval desire monster.
Tamaño del Archivo 961 KB
Cantidad de Instalaciones 2,909
Versión Actual 1.5.0
Última Actualización 2023-02-26
Fecha de Publicación 2022-12-23
Calificación 4.96/5 Total de 28 Calificaciones
Desarrollador ろぼいん
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Robot-Inventor/hide-impression
URL de la Página de Ayuda https://github.com/Robot-Inventor/hide-impression
Idiomas Soportados 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"
}