Pandora Extended

See the details of the current song playing on Pandora

Pandora Extendedとは何ですか?

Pandora Extendedはantoine.pourchetによって開発されたChromeの拡張機能で、その主な機能は「See the details of the current song playing on Pandora」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Pandora Extended Pandora Extended
ID dpicphkahifagehhebkafnpffcnohcli
公式URL https://chrome.google.com/webstore/detail/pandora-extended/dpicphkahifagehhebkafnpffcnohcli
説明 See the details of the current song playing on Pandora
ファイルサイズ 122 KB
インストール数 22
現在のバージョン 0.2
最終更新日 2014-08-30
公開日 2014-08-30
評価 5.00/5 合計 1 レビュー
開発者 antoine.pourchet
支払い方法 free
対応言語 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
}