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 |
| 官方網址 | 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"
}
} | |