Human Typing Simulation

Human Typing Simulation

Что такое Human Typing Simulation?

Human Typing Simulation - это расширение Chrome, разработанное https://adspower.com, и его основная функция - "Human Typing Simulation".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Human Typing Simulation

Скачайте файлы расширений Human Typing Simulation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        paste text from the clipboard, as if someone is typing

This powerful extension mimics human typing for fast and easy clipboard paste into fields in the browser, which helps simulate human behaviour and avoid fingerpringting.

Key features:‒ Simulate keyboard input, including single characters, strings, numbers, symbols, etc. ‒ Random typing speed to make the input look more real.‒ Trigger keyboard key events, including keyboard input, mouse clicks, window switching, etc.

An easy-to-use tool.                    

Основная информация о расширении

Название Human Typing Simulation Human Typing Simulation
ID gcaiimgaiohlnlflkjjmcohobkpbbnfi
Официальный URL https://chromewebstore.google.com/detail/human-typing-simulation/gcaiimgaiohlnlflkjjmcohobkpbbnfi
Описание Human Typing Simulation
Размер файла 18.25 KB
Количество установок 1,206
Текущая Версия 0.4.2
Последнее Обновление 2023-10-23
Дата публикации 2023-07-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://adspower.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.adspower.net/?code=cdyhqt&source=autopaste
URL страницы политики конфиденциальности https://www.adspower.com/privacy-policy
Поддерживаемые языки en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.2",
    "manifest_version": 3,
    "default_locale": "en",
    "short_name": "paste-auto",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.adspower.net\/*"
    ],
    "homepage_url": "https:\/\/www.adspower.net",
    "background": {
        "service_worker": "libs\/background.js"
    },
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "commands": {
        "paste_auto": {
            "suggested_key": {
                "windows": "Alt+P",
                "mac": "Alt+Shift+F"
            },
            "description": "-"
        }
    }
}