AutoTyper
This extension automatically types on nitrotype.com.
Qu'est-ce que AutoTyper ?
AutoTyper est une extension Chrome développée par Ryan's Team, et sa fonction principale est "This extension automatically types on nitrotype.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoTyper
Téléchargez les fichiers d'extension AutoTyper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
The NitroTypeX is a powerful Chrome extension designed to enhance your experience on nitrotype.com, the ultimate typing game. It's perfect to increase the race performance. Key Features: Automated Typing: Boost your typing speed and accuracy effortlessly with the NitroTypeX. It automatically types the words for you, enabling you to focus solely on strategy and timing. Customizable Speed: Tailor the typing speed to your preference. Whether you're a beginner or a seasoned typer, the extension allows you to adjust the typing speed to match your skill. If you have issues please contact me by email at [email protected]
Informations de Base sur l'Extension
Nom | AutoTyper |
ID | opnknikopecmeofkhnclnodmlboapepn |
URL Officiel | https://chromewebstore.google.com/detail/autotyper/opnknikopecmeofkhnclnodmlboapepn |
Description | This extension automatically types on nitrotype.com. |
Taille du Fichier | 149 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.2.7 |
Dernière Mise à Jour | 2023-09-28 |
Date de Publication | 2023-08-08 |
Évaluation | 3.08/5 Total 25 Évaluations |
Développeur | Ryan's Team |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutoTyper", "description": "This extension automatically types on nitrotype.com.", "version": "1.2.7", "icons": { "16": "assets\/icons\/favicon-16x16.png", "32": "assets\/icons\/favicon-32x32.png", "48": "assets\/icons\/favicon-32x32.png", "128": "assets\/icons\/favicon-32x32.png" }, "permissions": [ "storage" ], "content_scripts": [ { "id": "auto-typing", "matches": [ "https:\/\/*.nitrotype.com\/garage" ], "exclude_matches": [ "*:\/\/*\/race" ], "js": [ "AutoTyping.js" ], "run_at": "document_end" }, { "id": "active-session", "matches": [ "https:\/\/*.nitrotype.com\/*" ], "js": [ "ActiveSession.js" ], "run_at": "document_end" } ] } |