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 擴展基本資訊
| 名稱 | |
| ID | aciobokhhagghgojcmimejpnlleohhdn |
| 官方網址 | 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
} | |