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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Flash-Radio-2 |
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" } } |