Lo-Fi Radio
Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!
Vad är Lo-Fi Radio?
Lo-Fi Radio är en Chrome-tillägg utvecklad av silviohfc, och dess huvudfunktion är "Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps!".
Tilläggsskärmbilder
Ladda ner Lo-Fi Radio-förlängningens CRX-fil
Ladda ner Lo-Fi Radio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
You can select a radio server and play it, do your job with a nice ambient sound! Grundläggande Information om Tillägg
| Namn | |
| ID | hkohkcgmnipeakkhjionpjmicigejmmp |
| Officiell webbadress | https://chromewebstore.google.com/detail/lo-fi-radio/hkohkcgmnipeakkhjionpjmicigejmmp |
| Beskrivning | Simples Chill Radio to provide you a good ambient sound. No more YouTube tabs or Desktop Apps! |
| Filstorlek | 41.99 KB |
| Antal Installationer | 181 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2020-11-03 |
| Publiceringsdatum | 2020-11-02 |
| Betyg | 1.33/5 Totalt 3 Betyg |
| Utvecklare | silviohfc |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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\/*"
]
} | |