Просто РадиО

Chrome player for Prosto RadiO

What is Просто РадиО?

Просто РадиО is a Chrome extension developed by regetadm, and its main feature is "Chrome player for Prosto RadiO".

Extension Screenshots

screenshot

Download Просто РадиО Extension CRX File

Download Просто РадиО 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 Просто РадиО Просто РадиО
ID albjkgjhifgijbpkoekcjkogpbcdaece
Official URL https://chrome.google.com/webstore/detail/albjkgjhifgijbpkoekcjkogpbcdaece
Description Chrome player for Prosto RadiO
File Size 47.54 KB
Installation Count 27
Current Version 0.2.0
Last Updated 2016-11-17
Publish Date 2016-11-17
Rating 5.00/5 Total 1 Ratings
Developer regetadm
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u041f\u0440\u043e\u0441\u0442\u043e \u0420\u0430\u0434\u0438\u041e",
    "short_name": "prostofm",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "Chrome player for Prosto RadiO",
    "homepage_url": "http:\/\/prosto.fm",
    "icons": {
        "16": "images\/rsz_button16.png",
        "48": "images\/rsz_button48.png",
        "128": "images\/rsz_button128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ]
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/rsz_button128.png",
        "default_popup": "src\/popup\/popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "lib\/jquery-3.1.1.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/62.80.190.246:8000\/PRK128",
                "http:\/\/maxcdn.bootstrapcdn.com\/font-awesome\/4.1.0\/css\/font-awesome.min.css"
            ],
            "js": [
                "lib\/jquery-3.1.1.min.js"
            ],
            "css": [
                "src\/popup\/popup.css"
            ]
        }
    ]
}