EasyHitsFM
Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
Apa itu EasyHitsFM?
EasyHitsFM adalah ekstensi Chrome yang dikembangkan oleh http://easyhitsfm.com, dan fitur utamanya adalah "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EasyHitsFM
Unduh file ekstensi EasyHitsFM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 ...
Informasi Dasar Ekstensi
Nama | |
ID | dkgcbddgklfkeklenhjelmlgdbjfnijo |
URL Resmi | https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo |
Deskripsi | Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits! |
Ukuran File | 5.99 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2018-04-11 |
Tanggal Publikasi | 2018-04-11 |
Pengembang | http://easyhitsfm.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | http://rockmixfm.com/privacy.html |
Bahasa yang Didukung | 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" ] } } |