广播电台(Radio)

网络在线能听的电台,收集网络上比较流行的广播电台。

What is 广播电台(Radio)?

广播电台(Radio) is a Chrome extension developed by https://chenapp.com, and its main feature is "网络在线能听的电台,收集网络上比较流行的广播电台。".

Extension Screenshots

screenshot

Download 广播电台(Radio) Extension CRX File

Download 广播电台(Radio) 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

                        V1.0.2
* 优化流畅度
* 增加更多的广播电台

V1.0.0
* 解决不能听的问题
* 增加更多的广播电台

V0.2
* 增加搜索功能
* 增加更多的音乐电台

大家如果有好的音乐电台一定要推荐过来 :) 
http://chenapp.com/chrome/musicradio                    

Extension Basic Information

Name 广播电台(Radio) 广播电台(Radio)
ID ogadgnekikcjbipbdimlbddelblfdiol
Official URL https://chromewebstore.google.com/detail/%E5%B9%BF%E6%92%AD%E7%94%B5%E5%8F%B0radio/ogadgnekikcjbipbdimlbddelblfdiol
Description 网络在线能听的电台,收集网络上比较流行的广播电台。
File Size 127 KB
Installation Count 529
Current Version 1.0.2
Last Updated 2019-12-13
Publish Date 2019-12-12
Rating 4.40/5 Total 15 Ratings
Developer https://chenapp.com
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5e7f\u64ad\u7535\u53f0(Radio)",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "\u7f51\u7edc\u5728\u7ebf\u80fd\u542c\u7684\u7535\u53f0\uff0c\u6536\u96c6\u7f51\u7edc\u4e0a\u6bd4\u8f83\u6d41\u884c\u7684\u5e7f\u64ad\u7535\u53f0\u3002",
    "browser_action": {
        "default_title": "\u5e7f\u64ad\u7535\u53f0(Radio)",
        "default_icon": "images\/radio.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "images\/radio.png",
        "128": "images\/radio.png"
    },
    "homepage_url": "https:\/\/radio.chenapp.com\/",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ;"
}