RadioSimplified

The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.

Was ist RadioSimplified?

RadioSimplified ist eine Chrome-Erweiterung, die von https://www.radiosimplified.com entwickelt wurde, und ihr Hauptmerkmal ist "The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

RadioSimplified-Erweiterungs-CRX-Datei herunterladen

Laden Sie RadioSimplified-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

                        Choose from hundreds of stations, including Pop, Top 40, Country, Jazz, Classical, Rock, Hip Hop, Sports, News, and more.  You can also search for even more stations using New Tab search powered by Yahoo.

By clicking "Add to Chrome", I accept and agree to installing the RadioSimplified extension and setting Chrome™ New Tab and New Tab search to that provided by the service and the Terms of Use (https://radiosimplified.com/terms.html) and Privacy Policy (https://radiosimplified.com/privacy.html). The extension will update your search settings and will change your New Tab and New Tab search to services provided by Yahoo.                    

Grundlegende Informationen zur Erweiterung

Name RadioSimplified RadioSimplified
ID fkblejljjehkbffdoenilofipijdnedc
Offizielle URL https://chrome.google.com/webstore/detail/radiosimplified/fkblejljjehkbffdoenilofipijdnedc
Beschreibung The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.
Dateigröße 8 MB
Installationsanzahl 1,000
Aktuelle Version 1.0.4
Letztes Update 2021-10-31
Veröffentlichungsdatum 2021-08-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.radiosimplified.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.radiosimplified.com/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "settingvariables.js",
            "libs\/jquery3.2.1.min.js",
            "\/js\/storage\/settingsObjBg.js",
            "background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "128": "images\/ext_icon\/logo128.png",
            "16": "images\/ext_icon\/logo16.png",
            "19": "images\/ext_icon\/logo19.png",
            "24": "images\/ext_icon\/logo24.png",
            "32": "images\/ext_icon\/logo32.png",
            "48": "images\/ext_icon\/logo48.png"
        },
        "default_title": "Online Radio Chrome Extension"
    },
    "chrome_url_overrides": {
        "newtab": "html\/home1.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/ssl.gstatic.com; object-src 'self'",
    "description": "The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.",
    "icons": {
        "128": "images\/ext_icon\/logo128.png",
        "16": "images\/ext_icon\/logo16.png",
        "19": "images\/ext_icon\/logo19.png",
        "24": "images\/ext_icon\/logo24.png",
        "32": "images\/ext_icon\/logo32.png",
        "48": "images\/ext_icon\/logo48.png"
    },
    "manifest_version": 2,
    "name": "RadioSimplified",
    "permissions": [
        "*:\/\/opml.radiotime.com\/*",
        "*:\/\/*.google.com\/*",
        "cookies",
        "*:\/\/www.radiosimplified.com\/*"
    ],
    "short_name": "RadioSimplified",
    "version": "1.0.4",
    "web_accessible_resources": [
        "libs\/*",
        "images\/*",
        "css\/*",
        "html\/*",
        "icons\/*"
    ]
}