Pandora Dark Theme

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

Apa itu Pandora Dark Theme?

Pandora Dark Theme adalah ekstensi Chrome yang dikembangkan oleh godfathrofdarkthemes, dan fitur utamanya adalah "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pandora Dark Theme

Unduh file ekstensi Pandora Dark Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Pandora Dark Theme Pandora Dark Theme
ID mplhngiggjhdiocehhlkicdebdfidpoh
URL Resmi https://chromewebstore.google.com/detail/pandora-dark-theme/mplhngiggjhdiocehhlkicdebdfidpoh
Deskripsi Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.
Ukuran File 379 KB
Jumlah Instalasi 1,050
Versi Saat Ini 3.1
Terakhir Diperbarui 2022-09-21
Tanggal Publikasi 2019-06-15
Penilaian 4.87/5 Total 15 Penilaian
Pengembang godfathrofdarkthemes
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/godfathr/PandoraDarkThemeChromeExtension
URL Halaman Bantuan https://github.com/godfathr/PandoraDarkThemeChromeExtension/issues
Bahasa yang Didukung 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
}