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
官方網址 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'"
}