ourWorldFM Radio

Listen to ourWorldFM anywhere.

ourWorldFM Radioคืออะไร?

ourWorldFM Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ourworldfm.com และคุณลักษณะหลักของมันคือ "Listen to ourWorldFM anywhere."

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

screenshot

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

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

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

                        Built for Chrome – Listen to ourWorldFM anywhere. Just click the icon on your web bar and the radio will begin playing.  Click again to stop.

Created by Donny Pie in less than hour.  Create with confidence.  Create for fun.  This extension will be updated with the request line feature.

Listen on the go - Download our Android App in the Google Play Store. IOS coming soon. Listen to ourWorldFM anywhere!

Thank you for supporting this project created by Donny Pie.  If you're interested in DJ-ing then send in a job application.  Anyone can do it.  It's fun!                    

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

ชื่อ ourWorldFM Radio ourWorldFM Radio
ID fmpfmhffldlaglanpppdmmgacfiaclbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ourworldfm-radio/fmpfmhffldlaglanpppdmmgacfiaclbc
คำอธิบาย Listen to ourWorldFM anywhere.
ขนาดไฟล์ 177 KB
จำนวนการติดตั้ง 261
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-08-01
วันที่เผยแพร่ 2016-07-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.ourworldfm.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.ourworldfm.com
URL หน้าช่วยเหลือ http://www.ourworldfm.com/about/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ourWorldFM Radio",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Listen to ourWorldFM anywhere.",
    "homepage_url": "http:\/\/ourworldfm.com",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "author": "Donnel Garner",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "48": "images\/icon48.png"
        }
    }
}