Auto Type

Automatically Type On typing.com and nitrotype.com

Τι είναι το Auto Type;

Το Auto Type είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raphaelfacredyn, και η κύρια λειτουργία του είναι "Automatically Type On typing.com and nitrotype.com".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Auto Type

Λήψη αρχείων επέκτασης Auto Type σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        WARNING: A lot of people are reporting getting banned on Nitro Type, I am working on a fix.

This extension automatically types on typing.com and nitrotype.com with a given speed.

This extension is in no way affiliated with typing.com or its respective company.
This extension is in no way affiliated with nitrotype.com or its respective company.

If you have issues please contact me on hangouts or by email at [email protected] 

Feel free to contribute here: https://github.com/raphaelfacredyn/Auto-Type                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Auto Type Auto Type
ID kkekihlmohleodoonemhehnegliknelm
Επίσημο URL https://chromewebstore.google.com/detail/auto-type/kkekihlmohleodoonemhehnegliknelm
Περιγραφή Automatically Type On typing.com and nitrotype.com
Μέγεθος Αρχείου 313 KB
Αριθμός Εγκαταστάσεων 39,547
Τρέχουσα Έκδοση 0.12
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 2.30/5 Συνολικά 476 Αξιολογήσεις
Προγραμματιστής raphaelfacredyn
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Type",
    "description": "Automatically Type On typing.com and nitrotype.com",
    "version": "0.12",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.typing.com\/student\/*",
                "https:\/\/www.nitrotype.com\/race",
                "https:\/\/www.nitrotype.com\/race\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-2.2.4.min.js",
        "bootstrap-tooltip.js",
        "script.js"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png",
            "512": "icon\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png",
        "512": "icon\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}