kbs.im

kbs.im but in an extension so you can have fake keyboard sounds.

Cos'è kbs.im?

kbs.im è un'estensione di Chrome sviluppata da IHaxU, e la sua funzione principale è "kbs.im but in an extension so you can have fake keyboard sounds.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione kbs.im

Scarica i file di estensione kbs.im 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

                        https://kbs.im is a website where you can check your words per minute (wpm) and have different keyboard sounds, this extension lets you have the different keyboard sounds from it on any website.                    

Informazioni di Base sull'Estensione

Nome kbs.im kbs.im
ID bfhimedecdiighdpopjohlmkfmglkmob
URL Ufficiale https://chromewebstore.google.com/detail/kbsim/bfhimedecdiighdpopjohlmkfmglkmob
Descrizione kbs.im but in an extension so you can have fake keyboard sounds.
Dimensione del File 403 KB
Conteggio Installazioni 7,000
Versione Corrente 1.6
Ultimo Aggiornamento 2021-12-29
Data di Pubblicazione 2021-06-12
Valutazione 3.50/5 Totale 20 Valutazioni
Sviluppatore IHaxU
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kbs.im/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "https:\/\/kbs.im\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "kbs.im but in an extension so you can have fake keyboard sounds.",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "256": "icons\/256x256.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png"
    },
    "manifest_version": 2,
    "name": "kbs.im",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.6"
}