Radio Skovoroda
Brings Radio Skovoroda to you without additional tab. http://radioskovoroda.com/
Wat is Radio Skovoroda?
Radio Skovoroda is een Chrome-extensie ontwikkeld door Relevant Software, en de belangrijkste functie is "Brings Radio Skovoroda to you without additional tab. http://radioskovoroda.com/".
Extensie Screenshots
Download het CRX-bestand van de extensie Radio Skovoroda
Download Radio Skovoroda-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
Basisinformatie over de Extensie
| Naam | |
| ID | nemhjmcjndldjknbglaiipneijilkiop |
| Officiële URL | https://chromewebstore.google.com/detail/radio-skovoroda/nemhjmcjndldjknbglaiipneijilkiop |
| Beschrijving | Brings Radio Skovoroda to you without additional tab. http://radioskovoroda.com/ |
| Bestandsgrootte | 2.13 MB |
| Aantal Installaties | 202 |
| Huidige Versie | 0.8 |
| Laatst Bijgewerkt | 2017-08-13 |
| Publicatiedatum | 2017-08-13 |
| Beoordeling | 4.92/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | Relevant Software |
| Betalingswijze | free |
| Extensiewebsite | https://relevant.software/ |
| Ondersteunde Talen | uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Radio Skovoroda",
"description": "Brings Radio Skovoroda to you without additional tab. http:\/\/radioskovoroda.com\/",
"version": "0.8",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "app\/assets\/build\/img\/extension\/play-radio-brws.png"
},
"icons": {
"128": "app\/assets\/build\/img\/extension\/play-radio-brws.png"
},
"author": "Relevant Software",
"background": {
"page": "background-extension.html",
"script": "app.min.background.js",
"persistent": true
},
"web_accessible_resources": [
"http:\/\/radioskovoroda.com\/"
],
"permissions": [
"http:\/\/stream.radioskovoroda.com:8000\/",
"http:\/\/api.radioskovoroda.com:3000\/"
]
} | |