Pandora Player

A more integrated way of enjoying pandora.

Pandora Playerとは何ですか?

Pandora PlayerはWebMechによって開発されたChromeの拡張機能で、その主な機能は「A more integrated way of enjoying pandora.」です。

拡張機能のスクリーンショット

screenshot

Pandora Player拡張機能のCRXファイルをダウンロード

Pandora Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}