Online Radio

All your favorite radio stations in one extension.

Online Radio là gì?

Online Radio là một tiện ích mở rộng Chrome được phát triển bởi http://isansar.com, và tính năng chính của nó là "All your favorite radio stations in one extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Online Radio

Tải xuống các tệp mở rộng Online Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Online Radio Online Radio
ID dkchgidhiakomnncnkkhocofcaidicce
URL Chính Thức https://chrome.google.com/webstore/detail/online-radio/dkchgidhiakomnncnkkhocofcaidicce
Mô tả All your favorite radio stations in one extension.
Kích Thước Tệp 591 KB
Số Lần Cài Đặt 450
Phiên Bản Hiện Tại 1.4.16
Cập Nhật Lần Cuối 2013-12-09
Ngày Phát Hành 2013-12-09
Đánh Giá 3.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển http://isansar.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}