UpstateSCRadio
Plays different radio stations from Upstate South Carolina
什么是UpstateSCRadio?
UpstateSCRadio是由cwgtechnology开发的Chrome扩展程序,该扩展的主要功能是“Plays different radio stations from Upstate South Carolina”。
扩展截图
下载UpstateSCRadio扩展crx文件
下载UpstateSCRadio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Play all of your favorite radio stations from the Greenville, SC area! Now with 13 stations! Extension icon credit: http://www.simpleicon.com
扩展基本信息
名称 | UpstateSCRadio |
ID | aciobokhhagghgojcmimejpnlleohhdn |
官方URL | https://chromewebstore.google.com/detail/upstatescradio/aciobokhhagghgojcmimejpnlleohhdn |
简介 | Plays different radio stations from Upstate South Carolina |
文件大小 | 66.27 KB |
安装次数 | 10 |
当前版本 | 1.5 |
更新时间 | 2018-05-15 |
上架时间 | 2018-05-14 |
评分 | 5.00/5 共1次评分 |
开发者 | cwgtechnology |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UpstateSCRadio", "description": "Plays different radio stations from Upstate South Carolina", "version": "1.5", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html", "persistent": false }, "offline_enabled": false } |