TSS Ctrl-C MML Player

Control-C MML Player

What is TSS Ctrl-C MML Player?

TSS Ctrl-C MML Player is a Chrome extension developed by aike, and its main feature is "Control-C MML Player".

Extension Screenshots

screenshot

Download TSS Ctrl-C MML Player Extension CRX File

Download TSS Ctrl-C MML 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

                        TSS Ctrl-C MML Player is a chiptune music player.
Select MML(Music Macro Language), type Ctrl-C, and enjoy music!

Features:
 - Ctrl-C to play interface
 - play sound with TSS javascript sound driver
 - translate TSSCP type MML into TSS MML
 - support #A-#Z macro
 - support #FM macro

Key Assign:
Ctrl-C Play/Stop (Windows/Mac OS)
Command-C Play/Stop (Mac OS)

Note:
TSSCC makes your browser's performance slightly slow. So it is recommended that to disable the extension when you do not play MML.

TSSCC program by aike
T'SoundSystem by toyoshim https://github.com/toyoshim/tss                    

Extension Basic Information

Name TSS Ctrl-C MML Player TSS Ctrl-C MML Player
ID bopejcmlildmbeefcfhkkbohdpngghog
Official URL https://chromewebstore.google.com/detail/tss-ctrl-c-mml-player/bopejcmlildmbeefcfhkkbohdpngghog
Description Control-C MML Player
File Size 29.81 KB
Installation Count 396
Current Version 1.1.0
Last Updated 2018-12-30
Publish Date 2018-12-30
Rating 4.00/5 Total 1 Ratings
Developer aike
Payment Type free
Extension Website https://github.com/aike/TSSCCjs
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TSS Ctrl-C MML Player",
    "short_name": "TSSCC",
    "description": "Control-C MML Player",
    "version": "1.1.0",
    "icons": {
        "16": "tsscc16.png",
        "48": "tsscc48.png",
        "128": "tsscc128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "tsscc.min.js"
            ]
        }
    ]
}