RadioSimplified
The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.
¿Qué es RadioSimplified?
RadioSimplified es una extensión de Chrome desarrollada por https://www.radiosimplified.com, y su función principal es "The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión RadioSimplified
Descarga archivos de extensión RadioSimplified en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | fkblejljjehkbffdoenilofipijdnedc |
URL Oficial | https://chrome.google.com/webstore/detail/radiosimplified/fkblejljjehkbffdoenilofipijdnedc |
Descripción | The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer. |
Tamaño del Archivo | 8 MB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.0.4 |
Última Actualización | 2021-10-31 |
Fecha de Publicación | 2021-08-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.radiosimplified.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://www.radiosimplified.com/privacy.html |
Idiomas Soportados | 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\/*" ] } |