Best Ukrainian Radio

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

Best Ukrainian Radioคืออะไร?

Best Ukrainian Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexandr Lisunov และคุณลักษณะหลักของมันคือ "Лучшие радиостанции Украины в одном приложении"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Best Ukrainian Radio

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}