Radio Skovoroda
This extension let you easily use all the features of radioskovoroda.com
Vad är Radio Skovoroda?
Radio Skovoroda är en Chrome-tillägg utvecklad av Ivan Koval, och dess huvudfunktion är "This extension let you easily use all the features of radioskovoroda.com".
Tilläggsskärmbilder
Ladda ner Radio Skovoroda-förlängningens CRX-fil
Ladda ner Radio Skovoroda-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | madblnepjfckfipkaopagflmdpcdjmhm |
| Officiell webbadress | https://chromewebstore.google.com/detail/radio-skovoroda/madblnepjfckfipkaopagflmdpcdjmhm |
| Beskrivning | This extension let you easily use all the features of radioskovoroda.com |
| Filstorlek | 62.51 KB |
| Antal Installationer | 21 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2016-11-20 |
| Publiceringsdatum | 2016-11-20 |
| Betyg | 4.60/5 Totalt 10 Betyg |
| Utvecklare | Ivan Koval |
| Betalningssätt | free |
| Tilläggswebbplats | http://radioskovoroda.com/ |
| Stödda Språk | 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'"
} | |