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.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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
} | |