Auto Type

Automatically Type On typing.com and nitrotype.com

Auto Type là gì?

Auto Type là một tiện ích mở rộng Chrome được phát triển bởi raphaelfacredyn, và tính năng chính của nó là "Automatically Type On typing.com and nitrotype.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Auto Type

Tải xuống các tệp mở rộng Auto Type dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Auto Type Auto Type
ID kkekihlmohleodoonemhehnegliknelm
URL Chính Thức https://chromewebstore.google.com/detail/auto-type/kkekihlmohleodoonemhehnegliknelm
Mô tả Automatically Type On typing.com and nitrotype.com
Kích Thước Tệp 313 KB
Số Lần Cài Đặt 39,547
Phiên Bản Hiện Tại 0.12
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 2.30/5 Tổng số 476 Đánh Giá
Nhà Phát Triển raphaelfacredyn
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}