Radio Skovoroda
Brings Radio Skovoroda to you without additional tab. http://radioskovoroda.com/
Was ist Radio Skovoroda?
Radio Skovoroda ist eine Chrome-Erweiterung, die von Relevant Software entwickelt wurde, und ihr Hauptmerkmal ist "Brings Radio Skovoroda to you without additional tab. http://radioskovoroda.com/".
Erweiterungsscreenshots
Radio Skovoroda-Erweiterungs-CRX-Datei herunterladen
Laden Sie Radio Skovoroda-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nemhjmcjndldjknbglaiipneijilkiop |
| Offizielle URL | https://chromewebstore.google.com/detail/radio-skovoroda/nemhjmcjndldjknbglaiipneijilkiop |
| Beschreibung | Brings Radio Skovoroda to you without additional tab. http://radioskovoroda.com/ |
| Dateigröße | 2.13 MB |
| Installationsanzahl | 202 |
| Aktuelle Version | 0.8 |
| Letztes Update | 2017-08-13 |
| Veröffentlichungsdatum | 2017-08-13 |
| Bewertung | 4.92/5 Insgesamt 12 Bewertungen |
| Entwickler | Relevant Software |
| Zahlungsart | free |
| Erweiterungswebsite | https://relevant.software/ |
| Unterstützte Sprachen | 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\/"
]
} | |