Gettr Dark Theme

Get dark theme on gettr!

O que é Gettr Dark Theme?

Gettr Dark Theme é uma extensão do Chrome desenvolvida por VityaSchel, e sua principal característica é "Get dark theme on gettr!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Gettr Dark Theme

Baixe arquivos de extensão Gettr Dark Theme 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

                        Adds dark theme on gettr.com
Please open issues and pull requests at https://github.com/VityaSchel/gettr-dark-theme                    

Informações Básicas da Extensão

Nome Gettr Dark Theme Gettr Dark Theme
ID jcjmdpdahejbjiopgedoljllckbmmekc
URL Oficial https://chromewebstore.google.com/detail/gettr-dark-theme/jcjmdpdahejbjiopgedoljllckbmmekc
Descrição Get dark theme on gettr!
Tamanho do Arquivo 20.87 KB
Contagem de Instalações 187
Versão Atual 1.1
Última Atualização 2021-07-08
Data de Publicação 2021-07-07
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor VityaSchel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/VityaSchel/gettr-dark-theme
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gettr Dark Theme",
    "version": "1.1",
    "description": "Get dark theme on gettr!",
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/gettr.com\/*"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "manifest_version": 2
}