RadioString

Online Radio made simple

RadioString là gì?

RadioString là một tiện ích mở rộng Chrome được phát triển bởi http://www.radiostring.com, và tính năng chính của nó là "Online Radio made simple".

Ả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 RadioString

Tải xuống các tệp mở rộng RadioString 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

                        Online Radio made simple at one place with ease of use. RadioString adds new streams every now and then. We have over 9 Languages and 200+ stations of unlimited entertainment. We keep adding new stations daily so don't forget to explore.                    

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

Tên RadioString RadioString
ID mefncapggnlnccpepajobehpaiondkjg
URL Chính Thức https://chrome.google.com/webstore/detail/radiostring/mefncapggnlnccpepajobehpaiondkjg
Mô tả Online Radio made simple
Kích Thước Tệp 132 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2014-09-07
Ngày Phát Hành 2014-09-07
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://www.radiostring.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.radiostring.com
URL Trang Trợ Giúp http://www.radiostring.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RadioString",
    "short_name": "RadioString",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "Online Radio made simple",
    "icons": {
        "128": "img\/radio128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/www.radiostring.com\/",
        "http:\/\/radiostring.com\/",
        "http:\/\/*.radiostring.com\/"
    ],
    "browser_action": {
        "default_title": "RadioString",
        "default_icon": "img\/radio128.png",
        "default_popup": "face.html"
    }
}