Twitter Enhancer

Enhance your Twitter frontend! Remove useless adds, and view only useful things.

Cos'è Twitter Enhancer?

Twitter Enhancer è un'estensione di Chrome sviluppata da Vortezz, e la sua funzione principale è "Enhance your Twitter frontend! Remove useless adds, and view only useful things.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Enhancer

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

                        Remove some useless new features of Twitter! Get rid of the stats buttons, and more to come!                    

Informazioni di Base sull'Estensione

Nome Twitter Enhancer Twitter Enhancer
ID beggifbkibbbfhhncigpacihnmcnfagg
URL Ufficiale https://chromewebstore.google.com/detail/twitter-enhancer/beggifbkibbbfhhncigpacihnmcnfagg
Descrizione Enhance your Twitter frontend! Remove useless adds, and view only useful things.
Dimensione del File 26.17 KB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2022-12-25
Data di Pubblicazione 2022-12-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Vortezz
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://vortezz.dev/terms
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Enhancer",
    "description": "Enhance your Twitter frontend! Remove useless adds, and view only useful things.",
    "version": "1.0",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}