Music Player

Play Music

Music Player란 무엇입니까?

Music Player은(는) S-W-I Tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Music"입니다.

확장 프로그램 스크린샷

screenshot

Music Player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Plays music in the background so you can listen to music on the go! Works when chrome is closed! Just click the icon in your chrome bar, and select a song to play. Comes with seek buttons, forward 5 seconds, backward 5 seconds, Start, Pause, Stop. Also a loop function. A small but growing selection of 28 songs. Even with a small selection, there's something for everyone.                    

확장 프로그램 기본 정보

이름 Music Player Music Player
ID nbhogibogkkeflcnemafpnlameeffbff
공식 URL https://chrome.google.com/webstore/detail/music-player/nbhogibogkkeflcnemafpnlameeffbff
설명 Play Music
파일 크기 262 KB
설치 횟수 321
현재 버전 2.1.0
최근 업데이트 2018-11-12
출시 날짜 2018-11-12
평점 5.00/5 총 2 개의 평점
개발자 S-W-I Tech
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/S-W-dev/MusicPlayer
도움말 페이지 URL https://github.com/S-W-dev/MusicPlayer/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Music Player",
    "description": "Play Music",
    "version": "2.1.0",
    "browser_action": {
        "default_icon": "InvisiIcon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}