PandeX

The ultimate Pandora upgrade

Что такое PandeX?

PandeX - это расширение Chrome, разработанное OutSail, и его основная функция - "The ultimate Pandora upgrade".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Upgrades the online version of Pandora to create the ultimate Pandora experience.

Features:
-Popup control panel
-Download songs
-changeable download format
-Song change notification
-Search songs on YouTube
-Preview previous songs in popup

Note:
As of now you can only download and preview the last five songs that were listened to previously regardless of station. we are currently working on a way to optimally fix this issue.

Also this extension is not perfect so please leave feedback or suggestions by sending an email to the email specified below, or leave a support ticket. thank you for your feedback.                    

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

Название PandeX PandeX
ID oilmcbjjhfkjaddklfcffpkkbfimkmgp
Официальный URL https://chromewebstore.google.com/detail/pandex/oilmcbjjhfkjaddklfcffpkkbfimkmgp
Описание The ultimate Pandora upgrade
Размер файла 637 KB
Количество установок 106
Текущая Версия 0.2.2
Последнее Обновление 2017-04-27
Дата публикации 2017-04-27
Рейтинг 3.50/5 Всего 2 оценок
Разработчик OutSail
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/background.js",
            "js\/downloader.js",
            "js\/ad\/prevent.js"
        ]
    },
    "browser_action": {
        "default_icon": "photos\/face.png",
        "default_popup": "html\/popup.html",
        "default_title": "PandeX"
    },
    "content_scripts": [
        {
            "css": [
                "css\/buttonStyler.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.pandora.com\/*",
                "https:\/\/*.pandora.com\/*"
            ]
        }
    ],
    "description": "The ultimate Pandora upgrade",
    "icons": {
        "128": "photos\/icon128.png",
        "16": "photos\/icon16.png",
        "48": "photos\/icon48.png"
    },
    "manifest_version": 2,
    "name": "PandeX",
    "short_name": "PandeX",
    "permissions": [
        "notifications",
        "tabs",
        "*:\/\/*\/*",
        "*:\/\/*.p-cdn.com\/*",
        "webRequest",
        "webRequestBlocking",
        "activeTab"
    ],
    "version": "0.2.2",
    "web_accessible_resources": [
        "photos\/*",
        "js\/*"
    ]
}