Pandora Dark Theme

Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.

Wat is Pandora Dark Theme?

Pandora Dark Theme is een Chrome-extensie ontwikkeld door godfathrofdarkthemes, en de belangrijkste functie is "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Pandora Dark Theme

Download Pandora Dark Theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Gives developers a dark theme for Pandora when working late at night and can't stand the bright colors they use.                    

Basisinformatie over de Extensie

Naam Pandora Dark Theme Pandora Dark Theme
ID mplhngiggjhdiocehhlkicdebdfidpoh
Officiële URL https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh
Beschrijving Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Bestandsgrootte 379 KB
Aantal Installaties 1,050
Huidige Versie 3.1
Laatst Bijgewerkt 2022-09-21
Publicatiedatum 2019-06-15
Beoordeling 4.87/5 Totaal 15 Beoordelingen
Ontwikkelaar godfathrofdarkthemes
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/godfathr/PandoraDarkThemeChromeExtension
Help Pagina-URL https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues
Ondersteunde Talen 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
}