Human Typing By Vikyp

Human Typing By Vikyp

Was ist Human Typing By Vikyp?

Human Typing By Vikyp ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Human Typing By Vikyp".

Erweiterungsscreenshots

screenshot

Human Typing By Vikyp-Erweiterungs-CRX-Datei herunterladen

Laden Sie Human Typing By Vikyp-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

                        Human Typing By Vikyp emulates clipboard paste as human typing for fast and easy data input into fields in the browser.                    

Grundlegende Informationen zur Erweiterung

Name Human Typing By Vikyp Human Typing By Vikyp
ID pkklnaklcgpbepjfpdapabdmbhpjkgjp
Offizielle URL https://chromewebstore.google.com/detail/human-typing-by-vikyp/pkklnaklcgpbepjfpdapabdmbhpjkgjp
Beschreibung Human Typing By Vikyp
Dateigröße 567 KB
Installationsanzahl 1,129
Aktuelle Version 1.0.2
Letztes Update 2020-03-27
Veröffentlichungsdatum 2020-03-27
Bewertung 1.78/5 Insgesamt 9 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://www.facebook.com/vikash.pandey72/
Hilfeseite URL https://www.facebook.com/vikash.pandey72/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon_128_mc_4.png",
        "default_popup": "index.html"
    },
    "description": "Human Typing By Vikyp",
    "icons": {
        "128": "assets\/icon_128_mc.png",
        "16": "assets\/icon_128_mc_4.png"
    },
    "commands": {
        "paste_last": {
            "description": "Copy all saved copies at once",
            "suggested_key": {
                "default": "Ctrl+Q"
            }
        }
    },
    "manifest_version": 2,
    "name": "Human Typing By Vikyp",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "version": "1.0.2"
}