Radio Javan Player

Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar

Radio Javan Playerとは何ですか?

Radio Javan PlayerはRJ Playerによって開発されたChromeの拡張機能で、その主な機能は「Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Wondering what's playing right now on Radio Javan? By one click you can easily see which song is playing now. This extension lets you listen to Radio Javan at any time very convenient from your chrome toolbar.

About Radio Javan:

Radio Javan is the largest source of Persian entertainment providing the best Persian and Iranian music 24/7 with our hit Persian radio station, high quality Persian music videos, Persian and Iranian MP3 store, and listings of Persian and Iranian events.

visit the website: www.radiojavan.com

This extension takes advantage of HTML5 native support for audio players in browser.

Suggestions are welcome...                    

拡張機能の基本情報

名前 Radio Javan Player Radio Javan Player
ID ckgbnjpcijhjpfnecakkeobeohelllod
公式URL https://chromewebstore.google.com/detail/radio-javan-player/ckgbnjpcijhjpfnecakkeobeohelllod
説明 Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar
ファイルサイズ 69.79 KB
インストール数 2,748
現在のバージョン 1.2
最終更新日 2013-01-17
公開日 2013-01-16
評価 4.58/5 合計 91 レビュー
開発者 RJ Player
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Radio Javan Player",
    "version": "1.2",
    "description": "Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar",
    "icons": {
        "16": "img\/icons\/rjicon16.png",
        "48": "img\/icons\/rjicon48.png",
        "128": "img\/icons\/rjicon128.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icons\/rjicon48.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "http:\/\/www.radiojavan.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}