Online Radio

All your favorite radio stations in one extension.

Online Radio क्या है?

Online Radio http://isansar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All your favorite radio stations in one extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Online Radio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Nepali Online Radio Google Extension. 
Which will allow you to Listen it Directly to Your Google Chrome Browser.

Comment And Feedbacks Are Highly Appreciated

Thank you !
Rup Gautam                    

एक्सटेंशन की मूल जानकारी

नाम Online Radio Online Radio
ID dkchgidhiakomnncnkkhocofcaidicce
आधिकारिक URL https://chrome.google.com/webstore/detail/online-radio/dkchgidhiakomnncnkkhocofcaidicce
विवरण All your favorite radio stations in one extension.
फ़ाइल का आकार 591 KB
स्थापना संख्या 450
वर्तमान संस्करण 1.4.16
अंतिम अपडेट 2013-12-09
प्रकाशन तिथि 2013-12-09
रेटिंग 3.50/5 कुल 4 रेटिंग्स
डेवलपर http://isansar.com
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "version": "1.4.16",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "notifications",
        "webRequest",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "icons\/38.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/anonym-tsk.github.io\/chrome-online-radio\/*"
            ],
            "js": [
                "js\/proxy.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/hotkey.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/HtmlPlayer.js",
            "js\/FlashPlayer.js",
            "js\/AudioPlayer.js",
            "js\/DataStorage.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icons\/38.png",
            "19": "icons\/19.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_name__"
    },
    "icons": {
        "128": "icons\/icon.png",
        "48": "icons\/48.png",
        "38": "icons\/48.png",
        "19": "icons\/19.png",
        "16": "icons\/16.png"
    },
    "options_page": "options.html"
}