Pandora Dark Theme

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

What is Pandora Dark Theme?

Pandora Dark Theme is a Chrome extension developed by godfathrofdarkthemes, and its main feature is "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.".

Extension Screenshots

screenshot
screenshot

Download Pandora Dark Theme Extension CRX File

Download Pandora Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Pandora Dark Theme Pandora Dark Theme
ID mplhngiggjhdiocehhlkicdebdfidpoh
Official URL 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.
File Size 379 KB
Installation Count 1,050
Current Version 3.1
Last Updated 2022-09-21
Publish Date 2019-06-15
Rating 4.87/5 Total 15 Ratings
Developer godfathrofdarkthemes
Email [email protected]
Payment Type free
Extension Website https://github.com/godfathr/PandoraDarkThemeChromeExtension
Help Page URL https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues
Supported Languages 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
}