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.”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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
} | |