Gettr Dark Theme

Get dark theme on gettr!

Co to jest Gettr Dark Theme?

Gettr Dark Theme to rozszerzenie Chrome opracowane przez VityaSchel, a jego główną funkcją jest „Get dark theme on gettr!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Gettr Dark Theme

Pobierz pliki rozszerzeń Gettr Dark Theme w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Gettr Dark Theme Gettr Dark Theme
ID jcjmdpdahejbjiopgedoljllckbmmekc
Oficjalny URL https://chromewebstore.google.com/detail/gettr-dark-theme/jcjmdpdahejbjiopgedoljllckbmmekc
Opis Get dark theme on gettr!
Rozmiar pliku 20.87 KB
Liczba instalacji 187
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2021-07-08
Data Publikacji 2021-07-07
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper VityaSchel
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/VityaSchel/gettr-dark-theme
Obsługiwane Języki 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
}