Typeracer Companion

Adds various helpful features and tweaks to Typeracer

Apa itu Typeracer Companion?

Typeracer Companion adalah ekstensi Chrome yang dikembangkan oleh fourshade, dan fitur utamanya adalah "Adds various helpful features and tweaks to Typeracer".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Typeracer Companion

Unduh file ekstensi Typeracer Companion dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Adds various functionalities to Typeracer.com. This extension:

- Hides most of the ads that appear around the page border
- Allows you to automatically enter races without clicking "Race Again"
- When you click "Try Again" on a quote, highlights all the mistakes you made last time so you know where you need practice
- Stops the space bar and backspace key from messing up races (by scrolling or navigating back)
- Adds a menu to access various "universes" (different versions of the site with special rules)                    

Informasi Dasar Ekstensi

Nama Typeracer Companion Typeracer Companion
ID dkhchjimdjpficalmccanldcnlhmopcc
URL Resmi https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc
Deskripsi Adds various helpful features and tweaks to Typeracer
Ukuran File 68.25 KB
Jumlah Instalasi 552
Versi Saat Ini 0.1.3
Terakhir Diperbarui 2017-10-01
Tanggal Publikasi 2017-09-30
Penilaian 4.29/5 Total 7 Penilaian
Pengembang fourshade
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds various helpful features and tweaks to Typeracer",
    "manifest_version": 2,
    "name": "Typeracer Companion",
    "author": "fourshade",
    "version": "0.1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.typeracer.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "autorace.js",
                "disablekeys.js",
                "hideads.js",
                "leaderboard.js",
                "mistakes.js",
                "storage.js",
                "universes.js",
                "main.js"
            ]
        }
    ]
}