Type Racer Champion

This extension will get you to the top of the type racer leader boards at typeracer.com.

Type Racer Championคืออะไร?

Type Racer Champion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย osureing และคุณลักษณะหลักของมันคือ "This extension will get you to the top of the type racer leader boards at typeracer.com. "

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Type Racer Champion

ดาวน์โหลดไฟล์ส่วนขยาย Type Racer Champion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will get you to the top of the type racer leader boards at typeracer.com. Simply press CTRL+Shift+1 at the start of your race. Then rapidly hit SPACEBAR to type each word. To pass verification press CTRL+SHIFT+2 when the test begins and allow your microphone to turn on. Simply read the text then to type it out.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Type Racer Champion Type Racer Champion
ID ijjmaeaifaaoiinpjdhhhelhaamefhcb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb
คำอธิบาย This extension will get you to the top of the type racer leader boards at typeracer.com.
ขนาดไฟล์ 600 KB
จำนวนการติดตั้ง 1,864
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2013-10-01
วันที่เผยแพร่ 2013-10-01
คะแนน 2.14/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา osureing
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Type Racer Champion",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "This extension will get you to the top of the type racer leader boards at typeracer.com. ",
    "homepage_url": "https:\/\/github.com\/dreing1130\/TypeRacerChampion",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "http:\/\/play.typeracer.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/play.typeracer.com\/*"
            ],
            "js": [
                "src\/inject\/keypress.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}