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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}