kbs.im

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

Was ist kbs.im?

kbs.im ist eine Chrome-Erweiterung, die von IHaxU entwickelt wurde, und ihr Hauptmerkmal ist "kbs.im but in an extension so you can have fake keyboard sounds.".

Erweiterungsscreenshots

screenshot
screenshot

kbs.im-Erweiterungs-CRX-Datei herunterladen

Laden Sie kbs.im-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name kbs.im kbs.im
ID bfhimedecdiighdpopjohlmkfmglkmob
Offizielle URL https://chromewebstore.google.com/detail/kbsim/bfhimedecdiighdpopjohlmkfmglkmob
Beschreibung kbs.im but in an extension so you can have fake keyboard sounds.
Dateigröße 403 KB
Installationsanzahl 7,000
Aktuelle Version 1.6
Letztes Update 2021-12-29
Veröffentlichungsdatum 2021-06-12
Bewertung 3.50/5 Insgesamt 20 Bewertungen
Entwickler IHaxU
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://kbs.im/
Unterstützte Sprachen 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"
}