Online Radio
All your favorite radio stations in one extension.
Online Radioとは何ですか?
Online Radioはhttp://isansar.comによって開発されたChromeの拡張機能で、その主な機能は「All your favorite radio stations in one extension.」です。
拡張機能のスクリーンショット
Online Radio拡張機能のCRXファイルをダウンロード
Online Radio拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Nepali Online Radio Google Extension. Which will allow you to Listen it Directly to Your Google Chrome Browser. Comment And Feedbacks Are Highly Appreciated Thank you ! Rup Gautam
拡張機能の基本情報
名前 | |
ID | dkchgidhiakomnncnkkhocofcaidicce |
公式URL | https://chrome.google.com/webstore/detail/online-radio/dkchgidhiakomnncnkkhocofcaidicce |
説明 | All your favorite radio stations in one extension. |
ファイルサイズ | 591 KB |
インストール数 | 450 |
現在のバージョン | 1.4.16 |
最終更新日 | 2013-12-09 |
公開日 | 2013-12-09 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | http://isansar.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.4.16", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "notifications", "webRequest", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icons\/38.png" ], "content_scripts": [ { "matches": [ "http:\/\/anonym-tsk.github.io\/chrome-online-radio\/*" ], "js": [ "js\/proxy.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/hotkey.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/HtmlPlayer.js", "js\/FlashPlayer.js", "js\/AudioPlayer.js", "js\/DataStorage.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "38": "icons\/38.png", "19": "icons\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "icons": { "128": "icons\/icon.png", "48": "icons\/48.png", "38": "icons\/48.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "options_page": "options.html" } |