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.
拡張機能の基本情報
名前 | eRadio Web Extension |
ID | hfcmlafjdledobfkeadflgldbhfbljan |
公式URL | 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 |
Eメール | [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:\/\/*\/" ] } |