keygen music play button

Just click to play awesome 8-bit chiptune music from keygens

What is keygen music play button?

keygen music play button is a Chrome extension developed by Mykhailo Onikiienko, and its main feature is "Just click to play awesome 8-bit chiptune music from keygens".

Extension Screenshots

screenshot

Download keygen music play button Extension CRX File

Download keygen music play button 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

                        Click extension button to play awesome 8-bit chiptune music. Click again to stop.
It's all.

This extension just streams music from keygenmusic.tk (collection of 8-bit chiptune).
Music is absolutely free and legal. Visit keygenmusic.tk for details.

Tip:
- Double-click on extension button to play next track
- Hold cursor on extension button when music stopped. You'll see Total Played statistic.
This feature implemented in v1.1 so there is no info about played time before this update.

Source code https://github.com/onikienko/keygenjukebox-play-button                    

Extension Basic Information

Name keygen music play button keygen music play button
ID olephdnjkkjiidgifanfiimkbbcaogid
Official URL https://chromewebstore.google.com/detail/keygen-music-play-button/olephdnjkkjiidgifanfiimkbbcaogid
Description Just click to play awesome 8-bit chiptune music from keygens
File Size 8.63 KB
Installation Count 374
Current Version 2.1.1
Last Updated 2016-05-10
Publish Date 2016-05-10
Rating 4.88/5 Total 33 Ratings
Developer Mykhailo Onikiienko
Email [email protected]
Payment Type free
Extension Website https://github.com/onikienko/keygenjukebox-play-button
Privacy Policy Page URL https://onikienko.github.io/browser-extensions/privacy-policy
Supported Languages en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "2.1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/ext_icons\/19_stop.png",
            "38": "img\/ext_icons\/38.png"
        },
        "default_title": "__MSG_p_defaultTitle__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "http:\/\/keygenmusic.tk\/*"
    ]
}