SR.SE Widget
A widget for playing live channels from Sverige Radio
什麼是SR.SE Widget?
SR.SE Widget是由Hypnobrew開發的Chrome擴展程式,該擴展的主要功能是“A widget for playing live channels from Sverige Radio”。
擴展截圖
下載SR.SE Widget擴展crx文件
下載SR.SE Widget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Simple design
- All standard SR radio channels
- Feature to resume the streaming automatically when interupted 擴展基本資訊
| 名稱 | |
| ID | aepaddjgdloihbpncgneoaponbfglihk |
| 官方網址 | https://chromewebstore.google.com/detail/srse-widget/aepaddjgdloihbpncgneoaponbfglihk |
| 簡介 | A widget for playing live channels from Sverige Radio |
| 檔案大小 | 440 KB |
| 安裝次數 | 38 |
| 目前版本 | 0.1 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 4.00/5 共 1 次評分 |
| 開發者 | Hypnobrew |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SR.SE Widget",
"description": "A widget for playing live channels from Sverige Radio",
"version": "0.1",
"browser_action": {
"default_icon": "style\/icon.png",
"default_popup": "index.html"
},
"background": {
"page": "srbackground.html"
},
"content_scripts": [
{
"js": [
"script\/react-0.12.2.js",
"script\/jquery-2.1.3.min.js",
"script\/bootstrap.min.js",
"script\/background.js",
"script\/main.js",
"build\/radio.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"permissions": [
"http:\/\/api.sr.se\/api\/v2\/channels"
]
} | |