Lo-Fi Radio
Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!
Wat is Lo-Fi Radio?
Lo-Fi Radio is een Chrome-extensie ontwikkeld door silviohfc, en de belangrijkste functie is "Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!".
Extensie Screenshots
Download het CRX-bestand van de extensie Lo-Fi Radio
Download Lo-Fi 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
You can select a radio server and play it, do your job with a nice ambient sound! Basisinformatie over de Extensie
| Naam | |
| ID | hkohkcgmnipeakkhjionpjmicigejmmp |
| Officiële URL | https://chromewebstore.google.com/detail/lo-fi-radio/hkohkcgmnipeakkhjionpjmicigejmmp |
| Beschrijving | Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps! |
| Bestandsgrootte | 41.99 KB |
| Aantal Installaties | 181 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-11-03 |
| Publicatiedatum | 2020-11-02 |
| Beoordeling | 1.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | silviohfc |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lo-Fi Radio",
"version": "1.0",
"description": "Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!",
"icons": {
"16": ".\/public\/assets\/icon16x16.png",
"32": ".\/public\/assets\/icon32x32.png",
"128": ".\/public\/assets\/icon128x128.png"
},
"browser_action": {
"default_icon": ".\/public\/assets\/icon16x16.png",
"default_popup": ".\/public\/popup.html"
},
"background": {
"scripts": [
"app\/background.js"
]
},
"permissions": [
"https:\/\/jsonbin.io\/*"
]
} | |