EasyHitsFM
Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
¿Qué es EasyHitsFM?
EasyHitsFM es una extensión de Chrome desarrollada por http://easyhitsfm.com, y su función principal es "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión EasyHitsFM
Descarga archivos de extensión EasyHitsFM en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ...
Información Básica de la Extensión
Nombre | |
ID | dkgcbddgklfkeklenhjelmlgdbjfnijo |
URL Oficial | https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo |
Descripción | Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits! |
Tamaño del Archivo | 5.99 KB |
Cantidad de Instalaciones | 21 |
Versión Actual | 2.1 |
Última Actualización | 2018-04-11 |
Fecha de Publicación | 2018-04-11 |
Desarrollador | http://easyhitsfm.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://rockmixfm.com/privacy.html |
Idiomas Soportados | 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" ] } } |