Pianoman

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

Cos'è Pianoman?

Pianoman è un'estensione di Chrome sviluppata da deeprajsingh14rajan, e la sua funzione principale è "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pianoman

Scarica i file di estensione Pianoman in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
URL Ufficiale https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Descrizione A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Dimensione del File 4.6 KB
Conteggio Installazioni 38
Versione Corrente 0.1.0
Ultimo Aggiornamento 2023-07-29
Data di Pubblicazione 2021-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore deeprajsingh14rajan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}