Music Player

Play Music

What is Music Player?

Music Player is a Chrome extension developed by S-W-I Tech, and its main feature is "Play Music".

Extension Screenshots

screenshot

Download Music Player Extension CRX File

Download Music Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Music Player Music Player
ID nbhogibogkkeflcnemafpnlameeffbff
Official URL https://chrome.google.com/webstore/detail/music-player/nbhogibogkkeflcnemafpnlameeffbff
Description Play Music
File Size 262 KB
Installation Count 321
Current Version 2.1.0
Last Updated 2018-11-12
Publish Date 2018-11-12
Rating 5.00/5 Total 2 Ratings
Developer S-W-I Tech
Email [email protected]
Payment Type free
Extension Website https://github.com/S-W-dev/MusicPlayer
Help Page URL https://github.com/S-W-dev/MusicPlayer/issues
Supported Languages 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"
    ]
}