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 |
公式URL | 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 |
Eメール | [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" ] } } |