Pianoman

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

Apa itu Pianoman?

Pianoman adalah ekstensi Chrome yang dikembangkan oleh deeprajsingh14rajan, dan fitur utamanya adalah "A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Pianoman

Unduh file ekstensi Pianoman dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pianoman Pianoman
ID mahnmonjbenmhgpflbhcijmiibjdicip
URL Resmi https://chromewebstore.google.com/detail/pianoman/mahnmonjbenmhgpflbhcijmiibjdicip
Deskripsi A fidget package extension that changes all the alphabet keys to random piano keys, have fun using the fidget while exhausting…
Ukuran File 4.6 KB
Jumlah Instalasi 38
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2023-07-29
Tanggal Publikasi 2021-08-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang deeprajsingh14rajan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}