EasyHitsFM
Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
什麼是EasyHitsFM?
EasyHitsFM是由http://easyhitsfm.com開發的Chrome擴展程式,該擴展的主要功能是“Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!”。
擴展截圖
下載EasyHitsFM擴展crx文件
下載EasyHitsFM擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Listen to Easy Listening music on EasyHitsFM. Discover new music you'll love, listen to free personalized Top Stations radio. ... Today's Country. 62M Listeners. Today's R&B and Hip Hop Hits. 46M Listeners. 60s, 70s, and 80s Hits. 21M Listeners. Today's Hip Hop and Pop Hits. 66M Listeners. Classic Rock. 30M Listeners. 90s ...
擴展基本資訊
名稱 | |
ID | dkgcbddgklfkeklenhjelmlgdbjfnijo |
官方網址 | https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo |
簡介 | Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits! |
檔案大小 | 5.99 KB |
安裝次數 | 21 |
目前版本 | 2.1 |
更新時間 | 2018-04-11 |
上架時間 | 2018-04-11 |
開發者 | http://easyhitsfm.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://rockmixfm.com/privacy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EasyHitsFM", "version": "2.1", "manifest_version": 2, "description": "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!", "homepage_url": "http:\/\/EasyHitsFM.com", "browser_action": { "default_icon": "icon.png", "default_title": "EasyHitsFM - Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] } } |