Pandora Dark Theme

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

Pandora Dark Theme क्या है?

Pandora Dark Theme godfathrofdarkthemes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pandora Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Pandora Dark Theme Pandora Dark Theme
ID mplhngiggjhdiocehhlkicdebdfidpoh
आधिकारिक URL https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh
विवरण Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
फ़ाइल का आकार 379 KB
स्थापना संख्या 1,050
वर्तमान संस्करण 3.1
अंतिम अपडेट 2022-09-21
प्रकाशन तिथि 2019-06-15
रेटिंग 4.87/5 कुल 15 रेटिंग्स
डेवलपर godfathrofdarkthemes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/godfathr/PandoraDarkThemeChromeExtension
सहायता पृष्ठ URL https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues
समर्थित भाषाएँ 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
}