Best Ukrainian Radio

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

Best Ukrainian Radioとは何ですか?

Best Ukrainian RadioはAlexandr Lisunovによって開発されたChromeの拡張機能で、その主な機能は「Лучшие радиостанции Украины в одном приложении」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Best Ukrainian Radio拡張機能のCRXファイルをダウンロード

Best Ukrainian Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Best Ukrainian Radio Best Ukrainian Radio
ID cempnihgibagocbmmhinnobbncdohela
公式URL https://chrome.google.com/webstore/detail/best-ukrainian-radio/cempnihgibagocbmmhinnobbncdohela
説明 Лучшие радиостанции Украины в одном приложении
ファイルサイズ 447 KB
インストール数 217
現在のバージョン 1.1
最終更新日 2015-04-24
公開日 2015-04-24
評価 4.07/5 合計 15 レビュー
開発者 Alexandr Lisunov
支払い方法 free
対応言語 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"
}