EasyHitsFM
Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
Qu'est-ce que EasyHitsFM ?
EasyHitsFM est une extension Chrome développée par http://easyhitsfm.com, et sa fonction principale est "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension EasyHitsFM
Téléchargez les fichiers d'extension EasyHitsFM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ...
Informations de Base sur l'Extension
Nom | |
ID | dkgcbddgklfkeklenhjelmlgdbjfnijo |
URL Officiel | https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo |
Description | Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits! |
Taille du Fichier | 5.99 KB |
Nombre d'Installations | 21 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2018-04-11 |
Date de Publication | 2018-04-11 |
Développeur | http://easyhitsfm.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | http://rockmixfm.com/privacy.html |
Langues Prises en Charge | 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" ] } } |