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.
擴展基本資訊
名稱 | Simply.fm |
ID | eaaaapbjkgppdgbdbfbhneppoifhnink |
官方網址 | 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" ] } } |