Pianoman

A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…

What is Pianoman?

Pianoman is a Chrome extension developed by deeprajsingh14rajan, and its main feature is "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Extension Screenshots

screenshot

Download Pianoman Extension CRX File

Download Pianoman 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

                        A fidget package  extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting work schedule. A completely encrypted chrome extension with no threat to user security.

Important: Do refresh the page to load the extension onto the browser and then the keys will be ready to play piano.                    

Extension Basic Information

Name Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
Official URL https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Description A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
File Size 4.6 KB
Installation Count 38
Current Version 0.1.0
Last Updated 2023-07-29
Publish Date 2021-08-12
Rating 5.00/5 Total 1 Ratings
Developer deeprajsingh14rajan
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pianoman",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}