EasyHitsFM

Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!

Was ist EasyHitsFM?

EasyHitsFM ist eine Chrome-Erweiterung, die von http://easyhitsfm.com entwickelt wurde, und ihr Hauptmerkmal ist "Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!".

Erweiterungsscreenshots

screenshot

EasyHitsFM-Erweiterungs-CRX-Datei herunterladen

Laden Sie EasyHitsFM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 ...                    

Grundlegende Informationen zur Erweiterung

Name EasyHitsFM EasyHitsFM
ID dkgcbddgklfkeklenhjelmlgdbjfnijo
Offizielle URL https://chrome.google.com/webstore/detail/easyhitsfm/dkgcbddgklfkeklenhjelmlgdbjfnijo
Beschreibung Playing all your favorites songs from the 70s, 80s, 90s and today's hottest hits!
Dateigröße 5.99 KB
Installationsanzahl 21
Aktuelle Version 2.1
Letztes Update 2018-04-11
Veröffentlichungsdatum 2018-04-11
Entwickler http://easyhitsfm.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite http://rockmixfm.com/privacy.html
Unterstützte Sprachen 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"
        ]
    }
}