Orange Radio Player

A free access to thousands of internet radio stations and shows.

Orange Radio Playerคืออะไร?

Orange Radio Player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย elisavisio และคุณลักษณะหลักของมันคือ "A free access to thousands of internet radio stations and shows."

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Orange Radio Player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Discover Orange's local selection, manage your favourites and bounce on music on demand services with a unique experience.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Orange Radio Player Orange Radio Player
ID ikjkjlobhdkepekokkjdhlmjhgieeddb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/orange-radio-player/ikjkjlobhdkepekokkjdhlmjhgieeddb
คำอธิบาย A free access to thousands of internet radio stations and shows.
ขนาดไฟล์ 115 KB
จำนวนการติดตั้ง 450
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2015-05-06
วันที่เผยแพร่ 2015-05-06
คะแนน 4.41/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา elisavisio
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.radio.orange.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "libs\/audiolib_0.9.0_dev.min.js",
            "libs\/ohincludeplayer_0.9.0_dev.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon_19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "description": "A free access to thousands of internet radio stations and shows.",
    "manifest_version": 2,
    "name": "Orange Radio Player",
    "version": "0.7"
}