Remove Twitter Views

Remove Views button from Twitter

Cos'è Remove Twitter Views?

Remove Twitter Views è un'estensione di Chrome sviluppata da igorhaagrod, e la sua funzione principale è "Remove Views button from Twitter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove Twitter Views

Scarica i file di estensione Remove 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Remove Twitter Views Remove Twitter Views
ID nebfimpiljmmgfgaiaponfmcopndjkpg
URL Ufficiale https://chromewebstore.google.com/detail/remove-twitter-views/nebfimpiljmmgfgaiaponfmcopndjkpg
Descrizione Remove Views button from Twitter
Dimensione del File 7.8 KB
Conteggio Installazioni 171
Versione Corrente 1.0
Ultimo Aggiornamento 2022-12-25
Data di Pubblicazione 2022-12-25
Valutazione 4.73/5 Totale 11 Valutazioni
Sviluppatore igorhaagrod
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}