Lviv Wave Radio
This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)
什么是Lviv Wave Radio?
Lviv Wave Radio是由Ivan Koval开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)”。
扩展截图
下载Lviv Wave Radio扩展crx文件
下载Lviv Wave Radio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Listen to lviv.fm (Львівська Хвиля) radio stream and ridne online music stream in your browser without opening an additional tab or window.
扩展基本信息
名称 | Lviv Wave Radio |
ID | ccaadabkbcopdoneepebgbhedjbeciif |
官方URL | https://chromewebstore.google.com/detail/lviv-wave-radio/ccaadabkbcopdoneepebgbhedjbeciif |
简介 | This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm) |
文件大小 | 31.33 KB |
安装次数 | 24 |
当前版本 | 1.1 |
更新时间 | 2017-10-13 |
上架时间 | 2017-10-13 |
评分 | 5.00/5 共2次评分 |
开发者 | Ivan Koval |
付费类型 | free |
扩展官网 | http://lviv.fm |
支持的语言 | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lviv Wave Radio", "description": "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)", "version": "1.1", "browser_action": { "default_icon": "play.png" }, "background": { "scripts": [ "background.js" ] }, "author": "Ivan Koval", "icons": { "38": "play.png", "48": "icon128.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "http:\/\/onair.lviv.fm:8000\/" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |