Conjuguemos Automator
Automatically complete Conjuguemos.
Wat is Conjuguemos Automator?
Conjuguemos Automator is een Chrome-extensie ontwikkeld door Dilon Chugh, en de belangrijkste functie is "Automatically complete Conjuguemos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Conjuguemos Automator
Download Conjuguemos Automator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just enter the number of questions, and press start. Works for all Spanish verb tenses. (New!) Version 2.0 can save scores automatically. THIS SERVICE IS PROVIDED SOLELY AS A PROOF OF CONCEPT AND IS NOT INTENDED TO ENCOURAGE OR FACILITATE ANY FORM OF ACADEMIC DISHONESTY. ANY ACTIONS TAKEN USING THIS EXTENSION ARE COMPLETELY INDEPENDENT OF THIS SERVICE AND ARE THE SOLE RESPONSIBILITY OF THE USER. THE CREATOR OF THIS SERVICE CANNOT BE HELD LIABLE FOR ANY MISUSE OR CONSEQUENCES ARISING FROM SUCH ACTIONS. Keywords: Conjuguemos autocomplete, Conjuguemos cheat, Conjuguemos hack
Basisinformatie over de Extensie
Naam | Conjuguemos Automator |
ID | pdoakjdcncacenbnodhgcfhmkflghkjn |
Officiële URL | https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn |
Beschrijving | Automatically complete Conjuguemos. |
Bestandsgrootte | 248 KB |
Aantal Installaties | 427 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2024-01-24 |
Publicatiedatum | 2023-05-08 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Dilon Chugh |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Conjuguemos Automator", "version": "2.0", "description": "Automatically complete Conjuguemos.", "manifest_version": 3, "host_permissions": [ "https:\/\/conjuguemos.com\/verb\/homework\/*" ], "permissions": [ "activeTab" ], "action": { "default_icon": "coqui.png", "default_popup": "popup.html", "default_title": "Conjuguemos Automator" }, "content_scripts": [ { "matches": [ "https:\/\/conjuguemos.com\/verb\/homework\/*" ], "js": [ "contentScript.js" ], "type": "module" } ] } |