Radio Skovoroda

This extension let you easily use all the features of radioskovoroda.com

What is Radio Skovoroda?

Radio Skovoroda is a Chrome extension developed by Ivan Koval, and its main feature is "This extension let you easily use all the features of radioskovoroda.com".

Extension Screenshots

screenshot

Download Radio Skovoroda Extension CRX File

Download Radio Skovoroda extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Radio Skovoroda Radio Skovoroda
ID madblnepjfckfipkaopagflmdpcdjmhm
Official URL https://chromewebstore.google.com/detail/radio-skovoroda/madblnepjfckfipkaopagflmdpcdjmhm
Description This extension let you easily use all the features of radioskovoroda.com
File Size 62.51 KB
Installation Count 21
Current Version 1.4
Last Updated 2016-11-20
Publish Date 2016-11-20
Rating 4.60/5 Total 10 Ratings
Developer Ivan Koval
Payment Type free
Extension Website http://radioskovoroda.com/
Supported Languages 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'"
}