Livewire 1350 Miniplayer

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

Livewire 1350 Miniplayer là gì?

Livewire 1350 Miniplayer là một tiện ích mở rộng Chrome được phát triển bởi Ben Cheshire, và tính năng chính của nó là "A convenient player for Livewire 1350, UEA's radio station.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Livewire 1350 Miniplayer

Tải xuống các tệp mở rộng Livewire 1350 Miniplayer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Livewire 1350 Miniplayer Livewire 1350 Miniplayer
ID cjboekiedomjmbljacoddhapnmfphhio
URL Chính Thức https://chromewebstore.google.com/detail/livewire-1350-miniplayer/cjboekiedomjmbljacoddhapnmfphhio
Mô tả A convenient player for Livewire 1350, UEA's radio station.
Kích Thước Tệp 97.51 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-21
Ngày Phát Hành 2015-11-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Ben Cheshire
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}