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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |