Remove Twitter Views

Remove Views button from Twitter

¿Qué es Remove Twitter Views?

Remove Twitter Views es una extensión de Chrome desarrollada por igorhaagrod, y su función principal es "Remove Views button from Twitter".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Remove Twitter Views

Descarga archivos de extensión Remove Twitter Views 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

                        After Elon Musk completely destroyed Twitter, extensions like this are needed. The focus of this one is, for now, removing the "views" button from the web app.                    

Información Básica de la Extensión

Nombre Remove Twitter Views Remove Twitter Views
ID nebfimpiljmmgfgaiaponfmcopndjkpg
URL Oficial https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg
Descripción Remove Views button from Twitter
Tamaño del Archivo 7.8 KB
Cantidad de Instalaciones 171
Versión Actual 1.0
Última Actualización 2022-12-25
Fecha de Publicación 2022-12-25
Calificación 4.73/5 Total de 11 Calificaciones
Desarrollador igorhaagrod
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Twitter Views",
    "description": "Remove Views button from Twitter",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "remove-views.html",
        "default_icon": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}