Lviv Wave Radio
This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)
Hvad er Lviv Wave Radio?
Lviv Wave Radio er en Chrome-udvidelse udviklet af Ivan Koval, og dens hovedfunktion er "This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm)".
Udvidelsesskærmbilleder
Download Lviv Wave Radio-udvidelses-CRX-fil
Download Lviv Wave Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Listen to lviv.fm (Львівська Хвиля) radio stream and ridne online music stream in your browser without opening an additional tab or window. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ccaadabkbcopdoneepebgbhedjbeciif |
| Officiel URL | https://chromewebstore.google.com/detail/lviv-wave-radio/ccaadabkbcopdoneepebgbhedjbeciif |
| Beskrivelse | This extension lets you listen to online streaming of Lviv Wave Radio (lviv.fm) |
| Filstørrelse | 31.33 KB |
| Antal Installationer | 24 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-10-13 |
| Udgivelsesdato | 2017-10-13 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Ivan Koval |
| Betalingsmetode | free |
| Udvidelseswebsted | http://lviv.fm |
| Understøttede Sprog | 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'"
} | |