RadioSimplified

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

What is RadioSimplified?

RadioSimplified is a Chrome extension developed by https://www.radiosimplified.com, and its main feature is "The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download RadioSimplified Extension CRX File

Download RadioSimplified extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RadioSimplified RadioSimplified
ID fkblejljjehkbffdoenilofipijdnedc
Official URL https://chrome.google.com/webstore/detail/radiosimplified/fkblejljjehkbffdoenilofipijdnedc
Description The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.
File Size 8 MB
Installation Count 1,000
Current Version 1.0.4
Last Updated 2021-10-31
Publish Date 2021-08-04
Rating 5.00/5 Total 1 Ratings
Developer https://www.radiosimplified.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.radiosimplified.com/privacy.html
Supported Languages 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\/*"
    ]
}