Typeracer Companion

Adds various helpful features and tweaks to Typeracer

Typeracer Companion란 무엇입니까?

Typeracer Companion은(는) fourshade에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds various helpful features and tweaks to Typeracer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Typeracer Companion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Typeracer Companion Typeracer Companion
ID dkhchjimdjpficalmccanldcnlhmopcc
공식 URL https://chromewebstore.google.com/detail/typeracer-companion/dkhchjimdjpficalmccanldcnlhmopcc
설명 Adds various helpful features and tweaks to Typeracer
파일 크기 68.25 KB
설치 횟수 552
현재 버전 0.1.3
최근 업데이트 2017-10-01
출시 날짜 2017-09-30
평점 4.29/5 총 7 개의 평점
개발자 fourshade
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}