Radio Javan Player

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

What is Radio Javan Player?

Radio Javan Player is a Chrome extension developed by RJ Player, and its main feature is "Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar".

Extension Screenshots

screenshot
screenshot

Download Radio Javan Player Extension CRX File

Download Radio Javan Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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...                    

Extension Basic Information

Name Radio Javan Player Radio Javan Player
ID ckgbnjpcijhjpfnecakkeobeohelllod
Official URL https://chromewebstore.google.com/detail/radio-javan-player/ckgbnjpcijhjpfnecakkeobeohelllod
Description Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar
File Size 69.79 KB
Installation Count 2,748
Current Version 1.2
Last Updated 2013-01-17
Publish Date 2013-01-16
Rating 4.58/5 Total 91 Ratings
Developer RJ Player
Payment Type free
Supported Languages 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'"
}