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": "-"
        }
    }
}