Pandora Dark Theme

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

Qu'est-ce que Pandora Dark Theme ?

Pandora Dark Theme est une extension Chrome développée par godfathrofdarkthemes, et sa fonction principale est "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pandora Dark Theme

Téléchargez les fichiers d'extension Pandora Dark Theme au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Pandora Dark Theme Pandora Dark Theme
ID mplhngiggjhdiocehhlkicdebdfidpoh
URL Officiel https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh
Description Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Taille du Fichier 379 KB
Nombre d'Installations 1,050
Version Actuelle 3.1
Dernière Mise à Jour 2022-09-21
Date de Publication 2019-06-15
Évaluation 4.87/5 Total 15 Évaluations
Développeur godfathrofdarkthemes
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/godfathr/PandoraDarkThemeChromeExtension
URL de la Page d'Aide https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues
Langues Prises en Charge 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
}