Conjuguemos Autocomplete
lol
Cos'è Conjuguemos Autocomplete?
Conjuguemos Autocomplete è un'estensione di Chrome sviluppata da Aaron2599, e la sua funzione principale è "lol".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Conjuguemos Autocomplete
Scarica i file di estensione Conjuguemos Autocomplete 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
*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.
Informazioni di Base sull'Estensione
Nome | Conjuguemos Autocomplete |
ID | kegahjgfiaoioefjffcjbjccmeffalbj |
URL Ufficiale | https://chromewebstore.google.com/detail/conjuguemos-autocomplete/kegahjgfiaoioefjffcjbjccmeffalbj |
Descrizione | lol |
Dimensione del File | 8.53 KB |
Conteggio Installazioni | 1,105 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-12-05 |
Data di Pubblicazione | 2021-12-05 |
Valutazione | 2.11/5 Totale 9 Valutazioni |
Sviluppatore | Aaron2599 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |