RadioString
Online Radio made simple
什么是RadioString?
RadioString是由http://www.radiostring.com开发的Chrome扩展程序,该扩展的主要功能是“Online Radio made simple”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | mefncapggnlnccpepajobehpaiondkjg |
官方URL | 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" } } |