Radio Skovoroda
This extension let you easily use all the features of radioskovoroda.com
Wat is Radio Skovoroda?
Radio Skovoroda is een Chrome-extensie ontwikkeld door Ivan Koval, en de belangrijkste functie is "This extension let you easily use all the features of 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 | madblnepjfckfipkaopagflmdpcdjmhm |
| Officiële URL | https://chromewebstore.google.com/detail/radio-skovoroda/madblnepjfckfipkaopagflmdpcdjmhm |
| Beschrijving | This extension let you easily use all the features of radioskovoroda.com |
| Bestandsgrootte | 62.51 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2016-11-20 |
| Publicatiedatum | 2016-11-20 |
| Beoordeling | 4.60/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Ivan Koval |
| Betalingswijze | free |
| Extensiewebsite | http://radioskovoroda.com/ |
| Ondersteunde Talen | 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'"
} | |