Glitter

25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.

Cos'è Glitter?

Glitter è un'estensione di Chrome sviluppata da jarodpeachey, e la sua funzione principale è "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Glitter

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

                        Update the old Twitter UI with your own flair and style.

Glitter allows you to create and edit your own Twitter themes, so you can make Twitter yours. Customize everything from colors, buttons, backgrounds and more.

🎨 Create and edit custom themes
✨ Choose from over 25 presets or use your own theme
🔥  Switch Twitter themes instantly
😎 Fully dark-mode compatible

Glitter supports unlimited custom themes, so your creativity will know no bounds!                    

Informazioni di Base sull'Estensione

Nome Glitter Glitter
ID eemfjchmfdebpajeaaopbjgflhljhbnd
URL Ufficiale https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd
Descrizione 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
Dimensione del File 44.81 KB
Conteggio Installazioni 238
Versione Corrente 2.0.0
Ultimo Aggiornamento 2023-08-30
Data di Pubblicazione 2020-12-23
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore jarodpeachey
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://get-glitter.netlify.app
URL della Pagina di Aiuto https://get-glitter.netlify.app
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Glitter",
    "version": "2.0.0",
    "description": "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.",
    "short_name": "Glitter",
    "icons": {
        "16": "img\/glitter.png",
        "48": "img\/glitter.png",
        "128": "img\/glitter.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "cookies",
        "*:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "css\/override.css"
            ],
            "js": [
                "js\/twitter.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Customize Twitter",
        "default_popup": "popup.html"
    }
}