Flash-Radio-2
Listen your favorite Internet radio station!
Flash-Radio-2คืออะไร?
Flash-Radio-2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LittleVictor และคุณลักษณะหลักของมันคือ "Listen your favorite Internet radio station!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flash-Radio-2
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |