Livewire 1350 Miniplayer

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

什麼是Livewire 1350 Miniplayer?

Livewire 1350 Miniplayer是由Ben Cheshire開發的Chrome擴展程式,該擴展的主要功能是“A convenient player for Livewire 1350, UEA's radio station.”。

擴展截圖

screenshot

下載Livewire 1350 Miniplayer擴展crx文件

下載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
官方網址 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'"
}