Pandora Extended

See the details of the current song playing on Pandora

Что такое Pandora Extended?

Pandora Extended - это расширение Chrome, разработанное antoine.pourchet, и его основная функция - "See the details of the current song playing on Pandora".

Скачать файл CRX расширения Pandora Extended

Скачайте файлы расширений Pandora Extended в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                                            

Основная информация о расширении

Название Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Официальный URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Описание See the details of the current song playing on Pandora
Размер файла 122 KB
Количество установок 22
Текущая Версия 0.2
Последнее Обновление 2014-08-30
Дата публикации 2014-08-30
Рейтинг 5.00/5 Всего 1 оценок
Разработчик antoine.pourchet
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pandora Extended",
    "description": "See the details of the current song playing on Pandora",
    "version": "0.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "name": "See the details of the current song playing on Pandora",
        "default_title": "Check what's playing",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}