Pandora Dark Theme

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

Hvad er Pandora Dark Theme?

Pandora Dark Theme er en Chrome-udvidelse udviklet af godfathrofdarkthemes, og dens hovedfunktion er "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Pandora Dark Theme-udvidelses-CRX-fil

Download Pandora Dark Theme-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Pandora Dark Theme Pandora Dark Theme
ID mplhngiggjhdiocehhlkicdebdfidpoh
Officiel URL https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh
Beskrivelse Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Filstørrelse 379 KB
Antal Installationer 1,050
Nuværende Version 3.1
Senest Opdateret 2022-09-21
Udgivelsesdato 2019-06-15
Bedømmelse 4.87/5 Samlet 15 Bedømmelser
Udvikler godfathrofdarkthemes
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/godfathr/PandoraDarkThemeChromeExtension
Hjælpeside-URL https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues
Understøttede Sprog 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
}