PandeX

The ultimate Pandora upgrade

什么是PandeX?

PandeX是由OutSail开发的Chrome扩展程序,该扩展的主要功能是“The ultimate Pandora upgrade”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载PandeX扩展crx文件

下载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\/*"
    ]
}