Typeracer Typing Assist

Made by Magaz. Assists you with typing in typeracer.

What is Typeracer Typing Assist?

Typeracer Typing Assist is a Chrome extension developed by Unknown, and its main feature is "Made by Magaz. Assists you with typing in typeracer.".

Extension Screenshots

screenshot

Download Typeracer Typing Assist Extension CRX File

Download Typeracer Typing Assist 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

                        That extension is everything you'll need to provide you with an easy typing experience on play.typeracer.com                    

Extension Basic Information

Name Typeracer Typing Assist Typeracer Typing Assist
ID ibjaccekkinebonkocoklkiieecpmgjn
Official URL https://chromewebstore.google.com/detail/typeracer-typing-assist/ibjaccekkinebonkocoklkiieecpmgjn
Description Made by Magaz. Assists you with typing in typeracer.
File Size 16.12 KB
Installation Count 328
Current Version 1.0
Last Updated 2020-05-08
Publish Date 2020-05-08
Rating 2.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Typeracer Typing Assist",
    "description": "Made by Magaz. Assists you with typing in typeracer. ",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/play.typeracer.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}