Flash-Radio-2
Listen your favorite Internet radio station!
Flash-Radio-2とは何ですか?
Flash-Radio-2はLittleVictorによって開発されたChromeの拡張機能で、その主な機能は「Listen your favorite Internet radio station!」です。
拡張機能のスクリーンショット
Flash-Radio-2拡張機能のCRXファイルをダウンロード
Flash-Radio-2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension uses, installed on your system, Adobe Flash Player plug-in to play online audio streams.
From the context menu, you can download M3U and PLS playlists directly from web-sites, as well as open the MP3 link.
On the settings page:
~ You can make a list of your favorite stations.
For group selection operations in the list use the combination CTRL + Mouse and SHIFT + Mouse.
~ Play starts by double-clicking on the selected record. 拡張機能の基本情報
| 名前 | |
| ID | pokigghgoachjedfaajmldbgddlccgbi |
| 公式URL | https://chromewebstore.google.com/detail/flash-radio-2/pokigghgoachjedfaajmldbgddlccgbi |
| 説明 | Listen your favorite Internet radio station! |
| ファイルサイズ | 36 KB |
| インストール数 | 468 |
| 現在のバージョン | 1.4.1 |
| 最終更新日 | 2014-01-20 |
| 公開日 | 2014-01-20 |
| 評価 | 3.59/5 合計 29 レビュー |
| 開発者 | LittleVictor |
| 支払い方法 | free |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_name__",
"version": "1.4.1",
"description": "__MSG_msg0__",
"default_locale": "en",
"background": {
"scripts": [
"js\/background.js"
]
},
"options_page": "options.html",
"permissions": [
"contextMenus",
"http:\/\/*\/*"
],
"content_scripts": [
{
"js": [
"js\/proxy.js"
],
"all_frames": true,
"matches": [
"http:\/\/littlevictor.narod2.ru\/Opera\/flash_player2\/*"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "images\/error.png",
"default_title": "__MSG_msg2__",
"default_popup": "popup.html"
},
"icons": {
"128": "images\/icon-128.png",
"64": "images\/icon-64.png",
"16": "images\/play.png"
}
} | |