Conjuguemos Automator
Automatically complete Conjuguemos.
What is Conjuguemos Automator?
Conjuguemos Automator is a Chrome extension developed by Dilon Chugh, and its main feature is "Automatically complete Conjuguemos.".
Extension Screenshots
Download Conjuguemos Automator Extension CRX File
Download Conjuguemos Automator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Conjuguemos Automator |
ID | pdoakjdcncacenbnodhgcfhmkflghkjn |
Official URL | https://chromewebstore.google.com/detail/conjuguemos-automator/pdoakjdcncacenbnodhgcfhmkflghkjn |
Description | Automatically complete Conjuguemos. |
File Size | 248 KB |
Installation Count | 427 |
Current Version | 2.0 |
Last Updated | 2024-01-24 |
Publish Date | 2023-05-08 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Dilon Chugh |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |