Pandora Dark Theme
Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Co to jest Pandora Dark Theme?
Pandora Dark Theme to rozszerzenie Chrome opracowane przez godfathrofdarkthemes, a jego główną funkcją jest „Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Pandora Dark Theme
Pobierz pliki rozszerzeń Pandora 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
Gives developers a dark theme for Pandora when working late at night and can't stand the bright colors they use. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mplhngiggjhdiocehhlkicdebdfidpoh |
| Oficjalny URL | https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh |
| Opis | Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience. |
| Rozmiar pliku | 379 KB |
| Liczba instalacji | 1,050 |
| Aktualna Wersja | 3.1 |
| Ostatnia Aktualizacja | 2022-09-21 |
| Data Publikacji | 2019-06-15 |
| Ocena | 4.87/5 Łącznie 15 Oceny |
| Deweloper | godfathrofdarkthemes |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/godfathr/PandoraDarkThemeChromeExtension |
| Adres URL Strony Pomocy | https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pandora Dark Theme",
"version": "3.1",
"description": "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.",
"icons": {
"16": "images\/pandora_dark_theme_16.png",
"32": "images\/pandora_dark_theme_32.png",
"48": "images\/pandora_dark_theme_48.png",
"128": "images\/pandora_dark_theme_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.pandora.com\/*"
],
"css": [
"pandora_dark_theme.css"
]
}
],
"manifest_version": 3
} | |