Pianoman

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

Qu'est-ce que Pianoman ?

Pianoman est une extension Chrome développée par deeprajsingh14rajan, et sa fonction principale est "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pianoman

Téléchargez les fichiers d'extension Pianoman au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
URL Officiel 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…
Taille du Fichier 4.6 KB
Nombre d'Installations 38
Version Actuelle 0.1.0
Dernière Mise à Jour 2023-07-29
Date de Publication 2021-08-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur deeprajsingh14rajan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}