Radio Skovoroda
This extension let you easily use all the features of radioskovoroda.com
Hvad er Radio Skovoroda?
Radio Skovoroda er en Chrome-udvidelse udviklet af Ivan Koval, og dens hovedfunktion er "This extension let you easily use all the features of radioskovoroda.com".
Udvidelsesskærmbilleder
Download Radio Skovoroda-udvidelses-CRX-fil
Download Radio Skovoroda-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | madblnepjfckfipkaopagflmdpcdjmhm |
| Officiel URL | https://chromewebstore.google.com/detail/radio-skovoroda/madblnepjfckfipkaopagflmdpcdjmhm |
| Beskrivelse | This extension let you easily use all the features of radioskovoroda.com |
| Filstørrelse | 62.51 KB |
| Antal Installationer | 21 |
| Nuværende Version | 1.4 |
| Senest Opdateret | 2016-11-20 |
| Udgivelsesdato | 2016-11-20 |
| Bedømmelse | 4.60/5 Samlet 10 Bedømmelser |
| Udvikler | Ivan Koval |
| Betalingsmetode | free |
| Udvidelseswebsted | http://radioskovoroda.com/ |
| Understøttede Sprog | 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'"
} | |