Radio Javan Player

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

Qu'est-ce que Radio Javan Player ?

Radio Javan Player est une extension Chrome développée par RJ Player, et sa fonction principale est "Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Radio Javan Player

Téléchargez les fichiers d'extension Radio Javan Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Radio Javan Player Radio Javan Player
ID ckgbnjpcijhjpfnecakkeobeohelllod
URL Officiel https://chromewebstore.google.com/detail/radio-javan-player/ckgbnjpcijhjpfnecakkeobeohelllod
Description Simple chrome extension that lets you play Radio Javan from your Google Chrome toolbar
Taille du Fichier 69.79 KB
Nombre d'Installations 2,748
Version Actuelle 1.2
Dernière Mise à Jour 2013-01-17
Date de Publication 2013-01-16
Évaluation 4.58/5 Total 91 Évaluations
Développeur RJ Player
Type de Paiement free
Langues Prises en Charge 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'"
}