Italian Mood Radio
This extension plays Italian Mood Radio streaming
什么是Italian Mood Radio?
Italian Mood Radio是由https://italianmood.net开发的Chrome扩展程序,该扩展的主要功能是“This extension plays Italian Mood Radio streaming”。
扩展截图
下载Italian Mood Radio扩展crx文件
下载Italian Mood Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds Italian Mood Radio player to your browser. Surf the web while listening to Italian Mood Radio. Italian Mood Radio is a radio that promotes indie musicians all over the world under Creative Commons and Copyleft licensing system. You can stream your music, or you live shows at Italian Mood Radio. It's simple. Just contact us [email protected]
扩展基本信息
名称 | Italian Mood Radio |
ID | eklmfpmglefoeihjjodigibphafgmged |
官方URL | https://chromewebstore.google.com/detail/italian-mood-radio/eklmfpmglefoeihjjodigibphafgmged |
简介 | This extension plays Italian Mood Radio streaming |
文件大小 | 31.39 KB |
安装次数 | 137 |
当前版本 | 1.1 |
更新时间 | 2013-04-26 |
上架时间 | 2013-04-26 |
评分 | 3.00/5 共2次评分 |
开发者 | https://italianmood.net |
付费类型 | free |
扩展官网 | http://radio.italianmood.net |
支持的语言 | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "38.png" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension plays Italian Mood Radio streaming", "background": { "persistent": true, "page": "background.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ] }, "name": "Italian Mood Radio", "manifest_version": 2, "version": "1.1" } |