Type Racer Champion
This extension will get you to the top of the type racer leader boards at typeracer.com.
Type Racer Champion là gì?
Type Racer Champion là một tiện ích mở rộng Chrome được phát triển bởi osureing, và tính năng chính của nó là "This extension will get you to the top of the type racer leader boards at typeracer.com. ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Type Racer Champion
Tải xuống các tệp mở rộng Type Racer Champion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ijjmaeaifaaoiinpjdhhhelhaamefhcb |
URL Chính Thức | https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb |
Mô tả | This extension will get you to the top of the type racer leader boards at typeracer.com. |
Kích Thước Tệp | 600 KB |
Số Lần Cài Đặt | 1,864 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2013-10-01 |
Ngày Phát Hành | 2013-10-01 |
Đánh Giá | 2.14/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | osureing |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |