Conjuguemos Automator

Automatically complete Conjuguemos.

Was ist Conjuguemos Automator?

Conjuguemos Automator ist eine Chrome-Erweiterung, die von Dilon Chugh entwickelt wurde, und ihr Hauptmerkmal ist "Automatically complete Conjuguemos.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Conjuguemos Automator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Conjuguemos Automator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Conjuguemos Automator Conjuguemos Automator
ID pdoakjdcncacenbnodhgcfhmkflghkjn
Offizielle URL https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn
Beschreibung Automatically complete Conjuguemos.
Dateigröße 248 KB
Installationsanzahl 427
Aktuelle Version 2.0
Letztes Update 2024-01-24
Veröffentlichungsdatum 2023-05-08
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Dilon Chugh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}