Conjuguemos Automator
Automatically complete Conjuguemos.
Cos'è Conjuguemos Automator?
Conjuguemos Automator è un'estensione di Chrome sviluppata da Dilon Chugh, e la sua funzione principale è "Automatically complete Conjuguemos.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Conjuguemos Automator
Scarica i file di estensione Conjuguemos Automator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Conjuguemos Automator |
ID | pdoakjdcncacenbnodhgcfhmkflghkjn |
URL Ufficiale | https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn |
Descrizione | Automatically complete Conjuguemos. |
Dimensione del File | 248 KB |
Conteggio Installazioni | 427 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2024-01-24 |
Data di Pubblicazione | 2023-05-08 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Dilon Chugh |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |