Glitter

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

O que é Glitter?

Glitter é uma extensão do Chrome desenvolvida por jarodpeachey, e sua principal característica é "25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Glitter

Baixe arquivos de extensão Glitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Glitter Glitter
ID eemfjchmfdebpajeaaopbjgflhljhbnd
URL Oficial https://chromewebstore.google.com/detail/glitter/eemfjchmfdebpajeaaopbjgflhljhbnd
Descrição 25+ customizable themes for Twitter. Add your own flair to Twitter with an easy-to-use theme editor.
Tamanho do Arquivo 44.81 KB
Contagem de Instalações 238
Versão Atual 2.0.0
Última Atualização 2023-08-30
Data de Publicação 2020-12-23
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor jarodpeachey
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://get-glitter.netlify.app
URL da Página de Ajuda https://get-glitter.netlify.app
Idiomas Suportados 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"
    }
}