Flash-Radio-2
Listen your favorite Internet radio station!
Flash-Radio-2 là gì?
Flash-Radio-2 là một tiện ích mở rộng Chrome được phát triển bởi LittleVictor, và tính năng chính của nó là "Listen your favorite Internet radio station!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flash-Radio-2
Tải xuống các tệp mở rộng Flash-Radio-2 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Flash-Radio-2 |
ID | pokigghgoachjedfaajmldbgddlccgbi |
URL Chính Thức | https://chromewebstore.google.com/detail/flash-radio-2/pokigghgoachjedfaajmldbgddlccgbi |
Mô tả | Listen your favorite Internet radio station! |
Kích Thước Tệp | 36 KB |
Số Lần Cài Đặt | 468 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2014-01-20 |
Ngày Phát Hành | 2014-01-20 |
Đánh Giá | 3.59/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | LittleVictor |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |