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 |
Eメール | [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 } |