Radio Player

Support for the Radio Player

Radio Playerとは何ですか?

Radio Playerはhttps://sites.google.com/site/marmel1958によって開発されたChromeの拡張機能で、その主な機能は「Support for the Radio Player」です。

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

screenshot

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

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

拡張機能の使用方法

                        Die Erweiterung zeigt an ob auf einer Webseite Playlisten der Formate PLS oder M3U vorhanden sind.                    

拡張機能の基本情報

名前 Radio Player Radio Player
ID nhjdkfecmdnbikkekhphmjnffliogfkc
公式URL https://chromewebstore.google.com/detail/radio-player/nhjdkfecmdnbikkekhphmjnffliogfkc
説明 Support for the Radio Player
ファイルサイズ 42.24 KB
インストール数 75
現在のバージョン 2
最終更新日 2014-01-31
公開日 2014-01-31
評価 3.00/5 合計 2 レビュー
開発者 https://sites.google.com/site/marmel1958
支払い方法 free
拡張機能のウェブサイト https://sites.google.com/site/marmel1958/
対応言語 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    }
}