RadioSimplified

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

什么是RadioSimplified?

RadioSimplified是由https://www.radiosimplified.com开发的Chrome扩展程序,该扩展的主要功能是“The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载RadioSimplified扩展crx文件

下载RadioSimplified扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RadioSimplified RadioSimplified
ID fkblejljjehkbffdoenilofipijdnedc
官方URL https://chrome.google.com/webstore/detail/radiosimplified/fkblejljjehkbffdoenilofipijdnedc
简介 The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.
文件大小 8 MB
安装次数 1,000
当前版本 1.0.4
更新时间 2021-10-31
上架时间 2021-08-04
评分 5.00/5 共1次评分
开发者 https://www.radiosimplified.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.radiosimplified.com/privacy.html
支持的语言 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\/*"
    ]
}