eRadio Web Extension

Easily add stations to eRadio

eRadio Web Extensionคืออะไร?

eRadio Web Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย George Sofianos และคุณลักษณะหลักของมันคือ "Easily add stations to eRadio"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย eRadio Web Extension

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

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

                        eRadio Web Extension allows you to add stations easily from TuneIn page with a press of a button.                    

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

ชื่อ eRadio Web Extension eRadio Web Extension
ID hfcmlafjdledobfkeadflgldbhfbljan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eradio-web-extension/hfcmlafjdledobfkeadflgldbhfbljan
คำอธิบาย Easily add stations to eRadio
ขนาดไฟล์ 42.02 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-11-02
วันที่เผยแพร่ 2016-11-02
ผู้พัฒนา George Sofianos
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "eRadio Web Extension",
    "version": "0.1",
    "description": "Easily add stations to eRadio",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tunein.com\/*"
            ],
            "js": [
                "libs\/jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/"
    ]
}