Twitter View Hider

Automatically hide view counts of tweets in your timeline

¿Qué es Twitter View Hider?

Twitter View Hider es una extensión de Chrome desarrollada por Adrien Minne, y su función principal es "Automatically hide view counts of tweets in your timeline".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitter View Hider

Descarga archivos de extensión Twitter View Hider 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 view count that was recently added on the tweets of your timeline.                    

Información Básica de la Extensión

Nombre Twitter View Hider Twitter View Hider
ID mmoiilglckpgboidkcedhkhmimmeblml
URL Oficial https://chromewebstore.google.com/detail/twitter-view-hider/mmoiilglckpgboidkcedhkhmimmeblml
Descripción Automatically hide view counts of tweets in your timeline
Tamaño del Archivo 11.32 KB
Cantidad de Instalaciones 35
Versión Actual 1.0
Última Actualización 2022-12-25
Fecha de Publicación 2022-12-25
Calificación 4.00/5 Total de 2 Calificaciones
Desarrollador Adrien Minne
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter View Hider",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Automatically hide view counts of tweets in your timeline",
    "permissions": [],
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "web_accessible_resources": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}