Livewire 1350 Miniplayer

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

Livewire 1350 Miniplayer क्या है?

Livewire 1350 Miniplayer Ben Cheshire द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A convenient player for Livewire 1350, UEA's radio station."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Livewire 1350 Miniplayer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}