Gettr Dark Theme

Get dark theme on gettr!

Cos'è Gettr Dark Theme?

Gettr Dark Theme è un'estensione di Chrome sviluppata da VityaSchel, e la sua funzione principale è "Get dark theme on gettr!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Gettr Dark Theme

Scarica i file di estensione Gettr Dark Theme 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

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

Informazioni di Base sull'Estensione

Nome Gettr Dark Theme Gettr Dark Theme
ID jcjmdpdahejbjiopgedoljllckbmmekc
URL Ufficiale https://chromewebstore.google.com/detail/gettr-dark-theme/jcjmdpdahejbjiopgedoljllckbmmekc
Descrizione Get dark theme on gettr!
Dimensione del File 20.87 KB
Conteggio Installazioni 187
Versione Corrente 1.1
Ultimo Aggiornamento 2021-07-08
Data di Pubblicazione 2021-07-07
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore VityaSchel
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/VityaSchel/gettr-dark-theme
Lingue Supportate 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
}