eRadio Web Extension
Easily add stations to eRadio
什麼是eRadio Web Extension?
eRadio Web Extension是由George Sofianos開發的Chrome擴展程式,該擴展的主要功能是“Easily add stations to eRadio”。
擴展截圖
下載eRadio Web Extension擴展crx文件
下載eRadio Web Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
eRadio Web Extension allows you to add stations easily from TuneIn page with a press of a button. 擴展基本資訊
| 名稱 | |
| ID | hfcmlafjdledobfkeadflgldbhfbljan |
| 官方網址 | https://chromewebstore.google.com/detail/eradio-web-extension/hfcmlafjdledobfkeadflgldbhfbljan |
| 簡介 | Easily add stations to eRadio |
| 檔案大小 | 42.02 KB |
| 安裝次數 | 45 |
| 目前版本 | 0.1 |
| 更新時間 | 2016-11-02 |
| 上架時間 | 2016-11-02 |
| 開發者 | George Sofianos |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "eRadio Web Extension",
"version": "0.1",
"description": "Easily add stations to eRadio",
"content_scripts": [
{
"matches": [
"http:\/\/tunein.com\/*"
],
"js": [
"libs\/jquery-2.1.4.min.js",
"content.js"
],
"run_at": "document_start"
}
],
"browser_action": {
"default_icon": "icon32.png"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"http:\/\/*\/"
]
} | |