Radio Player
Support for the Radio Player
什么是Radio Player?
Radio Player是由https://sites.google.com/site/marmel1958开发的Chrome扩展程序,该扩展的主要功能是“Support for the Radio Player”。
扩展截图
下载Radio Player扩展crx文件
下载Radio Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Die Erweiterung zeigt an ob auf einer Webseite Playlisten der Formate PLS oder M3U vorhanden sind.
扩展基本信息
名称 | Radio Player |
ID | nhjdkfecmdnbikkekhphmjnffliogfkc |
官方URL | https://chromewebstore.google.com/detail/radio-player/nhjdkfecmdnbikkekhphmjnffliogfkc |
简介 | Support for the Radio Player |
文件大小 | 42.24 KB |
安装次数 | 75 |
当前版本 | 2 |
更新时间 | 2014-01-31 |
上架时间 | 2014-01-31 |
评分 | 3.00/5 共2次评分 |
开发者 | https://sites.google.com/site/marmel1958 |
付费类型 | free |
扩展官网 | https://sites.google.com/site/marmel1958/ |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "manifest_version": 2, "version": "2", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "16": "images\/16.png", "48": "images\/48.png", "64": "images\/64.png", "128": "images\/128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/16.png", "default_popup": "popup.html" } } |