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開發的Chrome擴展程式,該擴展的主要功能是“Pandora Dark Theme! Make the glaring colors of Pandora a soft on the eyes experience.”。

擴展截圖

screenshot
screenshot

下載Pandora Dark Theme擴展crx文件

下載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
官方網址 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
}