Darker Pandora
This extension changes the colors of Pandora
Что такое Darker Pandora?
Darker Pandora - это расширение Chrome, разработанное kevkevin, и его основная функция - "This extension changes the colors of Pandora".
Снимки экрана расширения
Скачать файл CRX расширения Darker Pandora
Скачайте файлы расширений Darker Pandora в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        This is a theme for Pandora so when all y'all night dwellers are working on what you do the bright colors of Pandora do not blind you. Also I would really appreciate any users to submit reviews good or bad and to include some criticism so I could improve on this extension. Thanks and please enjoy your darker Pandora.                     Основная информация о расширении
| Название |   |  
| ID | leinejhjpdhfhpeeeibbakneignddpek | 
| Официальный URL | https://chromewebstore.google.com/detail/darker-pandora/leinejhjpdhfhpeeeibbakneignddpek | 
| Описание | This extension changes the colors of Pandora | 
| Размер файла | 298 KB | 
| Количество установок | 441 | 
| Текущая Версия | 0.0.0.30 | 
| Последнее Обновление | 2017-03-10 | 
| Дата публикации | 2017-03-10 | 
| Рейтинг | 4.65/5 Всего 17 оценок | 
| Разработчик | kevkevin | 
| Тип оплаты | free | 
| Официальный сайт расширения | https://github.com/kevkevinpal/DarkPandora | 
| Поддерживаемые языки | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Darker Pandora",
    "short_name": "Dark Pandora",
    "description": "This extension changes the colors of Pandora",
    "version": "0.0.0.30",
    "browser_action": {
        "default_icon": "Pics\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.pandora.com\/*",
        "http:\/\/www.pandora.com\/*"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "JS\/start.js"
            ],
            "matches": [
                "https:\/\/www.pandora.com\/*",
                "http:\/\/www.pandora.com\/*"
            ],
            "css": [
                "CSS\/darkpandora1.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "JS\/start.js",
        "CSS\/darkpandora.css"
    ]
}  |  |