Best Ukrainian Radio

Лучшие радиостанции Украины в одном приложении

Wat is Best Ukrainian Radio?

Best Ukrainian Radio is een Chrome-extensie ontwikkeld door Alexandr Lisunov, en de belangrijkste functie is "Лучшие радиостанции Украины в одном приложении".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Best Ukrainian Radio

Download Best Ukrainian Radio-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

                        Слушать онлайн Лучшие радиостанции Украины
- Радио 24
- Europa Plus
- Kiss FM
- Rock radio
- Русское Радио Украина                    

Basisinformatie over de Extensie

Naam Best Ukrainian Radio Best Ukrainian Radio
ID cempnihgibagocbmmhinnobbncdohela
Officiële URL https://chrome.google.com/webstore/detail/best-ukrainian-radio/cempnihgibagocbmmhinnobbncdohela
Beschrijving Лучшие радиостанции Украины в одном приложении
Bestandsgrootte 447 KB
Aantal Installaties 217
Huidige Versie 1.1
Laatst Bijgewerkt 2015-04-24
Publicatiedatum 2015-04-24
Beoordeling 4.07/5 Totaal 15 Beoordelingen
Ontwikkelaar Alexandr Lisunov
Betalingswijze free
Ondersteunde Talen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Ukrainian Radio",
    "version": "1.1",
    "description": "\u041b\u0443\u0447\u0448\u0438\u0435 \u0440\u0430\u0434\u0438\u043e\u0441\u0442\u0430\u043d\u0446\u0438\u0438 \u0423\u043a\u0440\u0430\u0438\u043d\u044b \u0432 \u043e\u0434\u043d\u043e\u043c \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438",
    "icons": {
        "16": "img\/icon\/icon_19.png",
        "48": "img\/icon\/icon_48.png",
        "128": "img\/icon\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Best Ukrainian Radio",
        "default_icon": "img\/icon\/icon_19.png",
        "default_popup": "html\/popup.html"
    },
    "author": "Alexandr Lisunov",
    "background": {
        "page": "html\/backend.html",
        "persistent": true
    },
    "homepage_url": "https:\/\/www.linkedin.com\/profile\/view?id=238087870",
    "incognito": "spanning",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "http:\/\/radio24.ua\/*",
        "http:\/\/icecast.luxnet.ua\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "vendor\/jquery\/jquery-2.1.3.min.js",
                "js\/client.js",
                "js\/popup.js"
            ],
            "css": []
        }
    ],
    "short_name": "Best Ukrainian Radio"
}