Pandora Dark Theme
Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Cos'è Pandora Dark Theme?
Pandora Dark Theme è un'estensione di Chrome sviluppata da godfathrofdarkthemes, e la sua funzione principale è "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pandora Dark Theme
Scarica i file di estensione Pandora 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
Gives developers a dark theme for Pandora when working late at night and can't stand the bright colors they use. Informazioni di Base sull'Estensione
| Nome | |
| ID | mplhngiggjhdiocehhlkicdebdfidpoh |
| URL Ufficiale | https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh |
| Descrizione | Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience. |
| Dimensione del File | 379 KB |
| Conteggio Installazioni | 1,050 |
| Versione Corrente | 3.1 |
| Ultimo Aggiornamento | 2022-09-21 |
| Data di Pubblicazione | 2019-06-15 |
| Valutazione | 4.87/5 Totale 15 Valutazioni |
| Sviluppatore | godfathrofdarkthemes |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/godfathr/PandoraDarkThemeChromeExtension |
| URL della Pagina di Aiuto | https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues |
| Lingue Supportate | 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
} | |