Pandora Player

A more integrated way of enjoying pandora.

Pandora Player क्या है?

Pandora Player WebMech द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A more integrated way of enjoying pandora."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Pandora Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Pandora Player is a neat little widget that lets you control and listen to Pandora from your browser. It includes everything you need to listen to and enjoy Pandora without the need to have the yet another extra tab open.

Features: 
- Play, Pause, Like, Skip your Pandora songs.
- Switch Playlists                    

एक्सटेंशन की मूल जानकारी

नाम Pandora Player Pandora Player
ID pdkmfpaepcjiffojdgagnbdhebkojmib
आधिकारिक URL https://chrome.google.com/webstore/detail/pandora-player/pdkmfpaepcjiffojdgagnbdhebkojmib
विवरण A more integrated way of enjoying pandora.
फ़ाइल का आकार 173 KB
स्थापना संख्या 492
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2014-08-03
प्रकाशन तिथि 2014-08-03
रेटिंग 3.00/5 कुल 3 रेटिंग्स
डेवलपर WebMech
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pandora Player",
    "description": "A more integrated way of enjoying pandora.",
    "version": "1.2.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "*:\/\/*.pandora.com\/*",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/pandora.com; object-src 'self' https:\/\/pandora.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pandora.com\/",
                "*:\/\/*.pandora.com\/account\/sign-in",
                "*:\/\/*.pandora.com\/station\/play\/*"
            ],
            "js": [
                "js\/lib\/jquery.js",
                "js\/app\/pandora.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "index.html"
    }
}