Bit Player Launcher
Open Bit Player from link context menu
Bit Player Launcher란 무엇입니까?
Bit Player Launcher은(는) Roey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open Bit Player from link context menu"입니다.
확장 프로그램 스크린샷
Bit Player Launcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Right click magnet links in order to launch Bit-Player immediately.
확장 프로그램 기본 정보
이름 | Bit Player Launcher |
ID | andfnelfgfdifognepabogfledhdijhn |
공식 URL | https://chromewebstore.google.com/detail/bit-player-launcher/andfnelfgfdifognepabogfledhdijhn |
설명 | Open Bit Player from link context menu |
파일 크기 | 20.99 KB |
설치 횟수 | 1,293 |
현재 버전 | 0.5.3 |
최근 업데이트 | 2016-02-04 |
출시 날짜 | 2016-02-04 |
평점 | 4.45/5 총 11 개의 평점 |
개발자 | Roey |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/roeycohen/Bit-Player-Chrome-Extension |
개인정보 보호 정책 페이지 URL | https://github.com/roeycohen/Bit-Player-Chrome-Extension/blob/master/license_and_privacy.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.5.3", "manifest_version": 2, "minimum_chrome_version": "40", "background": { "persistent": false, "scripts": [ "js\/bg.js" ] }, "name": "Bit Player Launcher", "short_name": "Bit Player Launcher", "description": "Open Bit Player from link context menu", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "16": "images\/icon16.png" }, "permissions": [ "contextMenus", "notifications" ], "web_accessible_resources": [ "images\/*.png" ] } |