RadioSimplified

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

RadioSimplifiedคืออะไร?

RadioSimplified เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.radiosimplified.com และคุณลักษณะหลักของมันคือ "The RadioSimplified browser extension brings today's top radio stations and podcasts directly to your computer."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RadioSimplified

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}