Pandora Dark Theme

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

Pandora Dark Themeคืออะไร?

Pandora Dark Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย godfathrofdarkthemes และคุณลักษณะหลักของมันคือ "Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pandora Dark Theme

ดาวน์โหลดไฟล์ส่วนขยาย Pandora Dark Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}