RadioString

Online Radio made simple

什麼是RadioString?

RadioString是由http://www.radiostring.com開發的Chrome擴展程式,該擴展的主要功能是“Online Radio made simple”。

擴展截圖

screenshot

下載RadioString擴展crx文件

下載RadioString擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RadioString RadioString
ID mefncapggnlnccpepajobehpaiondkjg
官方網址 https://chrome.google.com/webstore/detail/radiostring/mefncapggnlnccpepajobehpaiondkjg
簡介 Online Radio made simple
檔案大小 132 KB
安裝次數 84
目前版本 1.2.1
更新時間 2014-09-07
上架時間 2014-09-07
評分 4.22/5 共 9 次評分
開發者 http://www.radiostring.com
付費類型 free
擴展官網 http://www.radiostring.com
說明頁面URL http://www.radiostring.com
支援的語言 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"
    }
}