Glitter

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

Wat is Glitter?

Glitter is een Chrome-extensie ontwikkeld door jarodpeachey, en de belangrijkste functie is "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Glitter

Download Glitter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Glitter Glitter
ID eemfjchmfdebpajeaaopbjgflhljhbnd
Officiële URL https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd
Beschrijving 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
Bestandsgrootte 44.81 KB
Aantal Installaties 238
Huidige Versie 2.0.0
Laatst Bijgewerkt 2023-08-30
Publicatiedatum 2020-12-23
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar jarodpeachey
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://get-glitter.netlify.app
Help Pagina-URL https://get-glitter.netlify.app
Ondersteunde Talen 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"
    }
}