Radio Skovoroda
This extension let you easily use all the features of radioskovoroda.com
Was ist Radio Skovoroda?
Radio Skovoroda ist eine Chrome-Erweiterung, die von Ivan Koval entwickelt wurde, und ihr Hauptmerkmal ist "This extension let you easily use all the features of 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 | madblnepjfckfipkaopagflmdpcdjmhm |
| Offizielle URL | https://chromewebstore.google.com/detail/radio-skovoroda/madblnepjfckfipkaopagflmdpcdjmhm |
| Beschreibung | This extension let you easily use all the features of radioskovoroda.com |
| Dateigröße | 62.51 KB |
| Installationsanzahl | 21 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2016-11-20 |
| Veröffentlichungsdatum | 2016-11-20 |
| Bewertung | 4.60/5 Insgesamt 10 Bewertungen |
| Entwickler | Ivan Koval |
| Zahlungsart | free |
| Erweiterungswebsite | http://radioskovoroda.com/ |
| Unterstützte Sprachen | uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Radio Skovoroda",
"description": "This extension let you easily use all the features of radioskovoroda.com",
"version": "1.4",
"browser_action": {
"default_icon": "play.png"
},
"background": {
"scripts": [
"background.js"
]
},
"author": "Ivan Koval",
"icons": {
"38": "play.png",
"48": "icon128.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"storage",
"http:\/\/195.248.234.62\/"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |