kbs.im

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

Wat is kbs.im?

kbs.im is een Chrome-extensie ontwikkeld door IHaxU, en de belangrijkste functie is "kbs.im but in an extension so you can have fake keyboard sounds.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie kbs.im

Download kbs.im-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam kbs.im kbs.im
ID bfhimedecdiighdpopjohlmkfmglkmob
Officiële URL https://chromewebstore.google.com/detail/kbsim/bfhimedecdiighdpopjohlmkfmglkmob
Beschrijving kbs.im but in an extension so you can have fake keyboard sounds.
Bestandsgrootte 403 KB
Aantal Installaties 7,000
Huidige Versie 1.6
Laatst Bijgewerkt 2021-12-29
Publicatiedatum 2021-06-12
Beoordeling 3.50/5 Totaal 20 Beoordelingen
Ontwikkelaar IHaxU
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kbs.im/
Ondersteunde Talen 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"
}