Lviv Wave Radio
This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)
Wat is Lviv Wave Radio?
Lviv Wave Radio is een Chrome-extensie ontwikkeld door Ivan Koval, en de belangrijkste functie is "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)".
Extensie Screenshots
Download het CRX-bestand van de extensie Lviv Wave Radio
Download Lviv Wave 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
Listen to lviv.fm (Львівська Хвиля) radio stream and ridne online music stream in your browser without opening an additional tab or window.
Basisinformatie over de Extensie
Naam | Lviv Wave Radio |
ID | ccaadabkbcopdoneepebgbhedjbeciif |
Officiële URL | https://chromewebstore.google.com/detail/lviv-wave-radio/ccaadabkbcopdoneepebgbhedjbeciif |
Beschrijving | This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm) |
Bestandsgrootte | 31.33 KB |
Aantal Installaties | 24 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-10-13 |
Publicatiedatum | 2017-10-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ivan Koval |
Betalingswijze | free |
Extensiewebsite | http://lviv.fm |
Ondersteunde Talen | 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'" } |