Glitter

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

Qu'est-ce que Glitter ?

Glitter est une extension Chrome développée par jarodpeachey, et sa fonction principale est "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Glitter

Téléchargez les fichiers d'extension Glitter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Glitter Glitter
ID eemfjchmfdebpajeaaopbjgflhljhbnd
URL Officiel https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd
Description 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
Taille du Fichier 44.81 KB
Nombre d'Installations 238
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-08-30
Date de Publication 2020-12-23
Évaluation 5.00/5 Total 4 Évaluations
Développeur jarodpeachey
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://get-glitter.netlify.app
URL de la Page d'Aide https://get-glitter.netlify.app
Langues Prises en Charge 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"
    }
}