Livewire 1350 Miniplayer

A convenient player for Livewire 1350, UEA's radio station.

Livewire 1350 Miniplayerคืออะไร?

Livewire 1350 Miniplayer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ben Cheshire และคุณลักษณะหลักของมันคือ "A convenient player for Livewire 1350, UEA's radio station."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Livewire 1350 Miniplayer

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

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

                        A convenient player for Livewire 1350, UEA's radio station. Optional features include notifications and social media feeds.

This extension is still in development! Expect more features soon. There are also a few minor bugs I will iron out.                    

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

ชื่อ Livewire 1350 Miniplayer Livewire 1350 Miniplayer
ID cjboekiedomjmbljacoddhapnmfphhio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/livewire-1350-miniplayer/cjboekiedomjmbljacoddhapnmfphhio
คำอธิบาย A convenient player for Livewire 1350, UEA's radio station.
ขนาดไฟล์ 97.51 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-21
วันที่เผยแพร่ 2015-11-21
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Ben Cheshire
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Livewire 1350 Miniplayer",
    "description": "A convenient player for Livewire 1350, UEA's radio station.",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png"
        },
        "default_popup": "html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "commands": {
        "play": {
            "description": "Play\/Pause",
            "global": true
        }
    },
    "icons": {
        "128": "img\/icon_128.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": false
    },
    "omnibox": {
        "keyword": "lw"
    },
    "permissions": [
        "storage",
        "background",
        "notifications",
        "contextMenus",
        "activeTab",
        "http:\/\/livewire1350.com\/",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/platform.twitter.com https:\/\/cdn.api.twitter.com https:\/\/syndication.twitter.com; object-src 'self'"
}