Simply.fm
Simple online radio player, many cool stations, listen and enjoy!
Simply.fmとは何ですか?
Simply.fmはhttps://simply.fmによって開発されたChromeの拡張機能で、その主な機能は「Simple online radio player, many cool stations, listen and enjoy!」です。
拡張機能のスクリーンショット
Simply.fm拡張機能のCRXファイルをダウンロード
Simply.fm拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Radio player with thousands radio stations.
Fast search.
Handy interface.
List of favorites stations.
Aaccount and synchronization.
Full feautured mobile version. 拡張機能の基本情報
| 名前 | |
| ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
| 公式URL | https://chromewebstore.google.com/detail/simplyfm/eaaaapbjkgppdgbdbfbhneppoifhnink |
| 説明 | Simple online radio player, many cool stations, listen and enjoy! |
| ファイルサイズ | 19.14 KB |
| インストール数 | 322 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2014-07-22 |
| 公開日 | 2014-07-22 |
| 評価 | 2.20/5 合計 5 レビュー |
| 開発者 | https://simply.fm |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://simply.fm |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "1.4",
"name": "Simply.fm",
"short_name": "Simply.fm",
"description": "Simple online radio player, many cool stations, listen and enjoy!",
"icons": {
"16": "res\/icons\/16.png",
"48": "res\/icons\/48.png",
"128": "res\/icons\/128.png"
},
"author": "Ruslan Murashko",
"homepage_url": "http:\/\/simply.fm",
"permissions": [
"http:\/\/simply.fm\/"
],
"browser_action": {
"default_icon": "res\/icons\/16.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"res\/script\/background.js"
]
}
} | |