Human Typing By Vikyp

Human Typing By Vikyp

What is Human Typing By Vikyp?

Human Typing By Vikyp is a Chrome extension developed by Unknown, and its main feature is "Human Typing By Vikyp".

Extension Screenshots

screenshot

Download Human Typing By Vikyp Extension CRX File

Download Human Typing By Vikyp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Human Typing By Vikyp Human Typing By Vikyp
ID pkklnaklcgpbepjfpdapabdmbhpjkgjp
Official URL https://chromewebstore.google.com/detail/human-typing-by-vikyp/pkklnaklcgpbepjfpdapabdmbhpjkgjp
Description Human Typing By Vikyp
File Size 567 KB
Installation Count 1,129
Current Version 1.0.2
Last Updated 2020-03-27
Publish Date 2020-03-27
Rating 1.78/5 Total 9 Ratings
Developer Unknown
Payment Type free
Extension Website https://www.facebook.com/vikash.pandey72/
Help Page URL https://www.facebook.com/vikash.pandey72/
Supported Languages 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"
}