Italian Mood Radio

This extension plays Italian Mood Radio streaming

Italian Mood Radioとは何ですか?

Italian Mood Radioはhttps://italianmood.netによって開発されたChromeの拡張機能で、その主な機能は「This extension plays Italian Mood Radio streaming」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Adds Italian Mood Radio player to your browser.
Surf the web while listening to Italian Mood Radio. 
Italian Mood Radio is a radio that promotes indie musicians all over the world under Creative Commons and Copyleft licensing system.

You can stream your music, or you live shows at Italian Mood Radio. It's simple. Just contact us [email protected]                    

拡張機能の基本情報

名前 Italian Mood Radio Italian Mood Radio
ID eklmfpmglefoeihjjodigibphafgmged
公式URL https://chromewebstore.google.com/detail/italian-mood-radio/eklmfpmglefoeihjjodigibphafgmged
説明 This extension plays Italian Mood Radio streaming
ファイルサイズ 31.39 KB
インストール数 137
現在のバージョン 1.1
最終更新日 2013-04-26
公開日 2013-04-26
評価 3.00/5 合計 2 レビュー
開発者 https://italianmood.net
支払い方法 free
拡張機能のウェブサイト http://radio.italianmood.net
対応言語 en
manifest.json
{
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "38.png"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension plays Italian Mood Radio streaming",
    "background": {
        "persistent": true,
        "page": "background.html",
        "permissions": [
            "contextMenus",
            "tabs",
            "http:\/\/*\/*",
            "https:\/\/*\/*",
            "notifications"
        ]
    },
    "name": "Italian Mood Radio",
    "manifest_version": 2,
    "version": "1.1"
}