Conjuguemos Autocomplete
lol
What is Conjuguemos Autocomplete?
Conjuguemos Autocomplete is a Chrome extension developed by Aaron2599, and its main feature is "lol".
Extension Screenshots
Download Conjuguemos Autocomplete Extension CRX File
Download Conjuguemos Autocomplete 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
*only works for Spanish at the moment Conjuguemos Autocomplete is a cheat for Conjuguemos.com that can help you get your assignment turned in complete and on time. once you have the extension installed you can log into conjuguemos and start an assignment or verb practice then from there click on the extension and it will autocomplete that question for you.
Extension Basic Information
Name | Conjuguemos Autocomplete |
ID | kegahjgfiaoioefjffcjbjccmeffalbj |
Official URL | https://chromewebstore.google.com/detail/conjuguemos-autocomplete/kegahjgfiaoioefjffcjbjccmeffalbj |
Description | lol |
File Size | 8.53 KB |
Installation Count | 1,105 |
Current Version | 1.0 |
Last Updated | 2021-12-05 |
Publish Date | 2021-12-05 |
Rating | 2.11/5 Total 9 Ratings |
Developer | Aaron2599 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Conjuguemos Autocomplete", "description": "lol", "version": "1.0", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/conjuguemos.com\/*" ] } |