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. ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Type Racer Champion
قم بتنزيل ملفات الامتداد Type Racer Champion بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" ] } ] } |