Pandora Extended

See the details of the current song playing on Pandora

What is Pandora Extended?

Pandora Extended is a Chrome extension developed by antoine.pourchet, and its main feature is "See the details of the current song playing on Pandora".

Download Pandora Extended Extension CRX File

Download Pandora Extended extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
Official URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
Description See the details of the current song playing on Pandora
File Size 122 KB
Installation Count 22
Current Version 0.2
Last Updated 2014-08-30
Publish Date 2014-08-30
Rating 5.00/5 Total 1 Ratings
Developer antoine.pourchet
Payment Type free
Supported Languages 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
}