nRadio Player
Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout
Vad är nRadio Player?
nRadio Player är en Chrome-tillägg utvecklad av https://nradio.online, och dess huvudfunktion är "Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout".
Tilläggsskärmbilder
Ladda ner nRadio Player-förlängningens CRX-fil
Ladda ner nRadio Player-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
Simple radio player for nRadio.
nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Trap, Chillout
Site: http://nradio.online Grundläggande Information om Tillägg
| Namn | |
| ID | gfjinllbgbgfcnphdechainikpikphbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/nradio-player/gfjinllbgbgfcnphdechainikpikphbh |
| Beskrivning | Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout |
| Filstorlek | 183 KB |
| Antal Installationer | 173 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2018-06-30 |
| Publiceringsdatum | 2018-06-30 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | https://nradio.online |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://nradio.online |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "nRadio Player",
"short_name": "nRadio",
"version": "2.1",
"manifest_version": 2,
"author": "spont4e",
"description": "Simple radio player for nRadio. nRadio is The Coolest Station Online because play Deep, House, Nu-Disco, Progressive, Tech, Chillout",
"homepage_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/nradio-player\/",
"gecko": {
"id": "[email protected]",
"strict_min_version": "42.0",
"update_url": "https:\/\/addons.mozilla.org\/en-US\/firefox\/addon\/nradio-player\/"
},
"icons": {
"48": "img\/nRadio-48.png",
"64": "img\/nRadio-64.png",
"128": "img\/nRadio-128.png"
},
"browser_action": {
"default_icon": "img\/nRadio-64.png",
"default_title": "nRadio Player",
"default_popup": "popup\/popup.html"
},
"background": {
"scripts": [],
"page": "background\/background.html"
}
} | |