Livewire 1350 Miniplayer
A convenient player for Livewire 1350, UEA's radio station.
Wat is Livewire 1350 Miniplayer?
Livewire 1350 Miniplayer is een Chrome-extensie ontwikkeld door Ben Cheshire, en de belangrijkste functie is "A convenient player for Livewire 1350, UEA's radio station.".
Extensie Screenshots
Download het CRX-bestand van de extensie Livewire 1350 Miniplayer
Download Livewire 1350 Miniplayer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | cjboekiedomjmbljacoddhapnmfphhio |
| Officiële URL | https://chromewebstore.google.com/detail/livewire-1350-miniplayer/cjboekiedomjmbljacoddhapnmfphhio |
| Beschrijving | A convenient player for Livewire 1350, UEA's radio station. |
| Bestandsgrootte | 97.51 KB |
| Aantal Installaties | 10 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-11-21 |
| Publicatiedatum | 2015-11-21 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Ben Cheshire |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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'"
} | |