Typeracer Companion
Adds various helpful features and tweaks to Typeracer
Typeracer Companionคืออะไร?
Typeracer Companion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fourshade และคุณลักษณะหลักของมันคือ "Adds various helpful features and tweaks to Typeracer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Typeracer Companion
ดาวน์โหลดไฟล์ส่วนขยาย Typeracer Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" ] } ] } |