广播电台(Radio)

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

Wat is 广播电台(Radio)?

广播电台(Radio) is een Chrome-extensie ontwikkeld door https://chenapp.com, en de belangrijkste functie is "网络在线能听的电台,收集网络上比较流行的广播电台。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 广播电台(Radio)

Download 广播电台(Radio)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

Basisinformatie over de Extensie

Naam 广播电台(Radio) 广播电台(Radio)
ID ogadgnekikcjbipbdimlbddelblfdiol
Officiële URL https://chromewebstore.google.com/detail/%E5%B9%BF%E6%92%AD%E7%94%B5%E5%8F%B0radio/ogadgnekikcjbipbdimlbddelblfdiol
Beschrijving 网络在线能听的电台,收集网络上比较流行的广播电台。
Bestandsgrootte 127 KB
Aantal Installaties 529
Huidige Versie 1.0.2
Laatst Bijgewerkt 2019-12-13
Publicatiedatum 2019-12-12
Beoordeling 4.40/5 Totaal 15 Beoordelingen
Ontwikkelaar https://chenapp.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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' ;"
}