Hide Twitter views.

Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.

Cos'è Hide Twitter views.?

Hide Twitter views. è un'estensione di Chrome sviluppata da charies, e la sua funzione principale è "Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide Twitter views.

Scarica i file di estensione Hide Twitter views. 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

                        Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.                    

Informazioni di Base sull'Estensione

Nome Hide Twitter views. Hide Twitter views.
ID gbojcaianddcdcmagaeciibaonmmgaeg
URL Ufficiale https://chromewebstore.google.com/detail/hide-twitter-views/gbojcaianddcdcmagaeciibaonmmgaeg
Descrizione Unclutters the UI by hiding the 'views' button feature on twitter, on the main feed and for individual tweets.
Dimensione del File 15.58 KB
Conteggio Installazioni 253
Versione Corrente 1.0
Ultimo Aggiornamento 2022-12-27
Data di Pubblicazione 2022-12-27
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore charies
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}