Hide Twitter views.
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
¿Qué es Hide Twitter views.?
Hide Twitter views. es una extensión de Chrome desarrollada por charies, y su función principal es "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hide Twitter views.
Descarga archivos de extensión Hide 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
Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Información Básica de la Extensión
Nombre | Hide Twitter views. |
ID | gbojcaianddcdcmagaeciibaonmmgaeg |
URL Oficial | https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg |
Descripción | Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets. |
Tamaño del Archivo | 15.58 KB |
Cantidad de Instalaciones | 253 |
Versión Actual | 1.0 |
Última Actualización | 2022-12-27 |
Fecha de Publicación | 2022-12-27 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | charies |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Twitter views.", "version": "1.0", "description": "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.", "action": { "default_popup": "html\/index.html", "default_icon": "images\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ] } |