Conjuguemos Autocomplete

lol

Co to jest Conjuguemos Autocomplete?

Conjuguemos Autocomplete to rozszerzenie Chrome opracowane przez Aaron2599, a jego główną funkcją jest „lol”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Conjuguemos Autocomplete

Pobierz pliki rozszerzeń Conjuguemos Autocomplete w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        *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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Conjuguemos Autocomplete Conjuguemos Autocomplete
ID kegahjgfiaoioefjffcjbjccmeffalbj
Oficjalny URL https://chromewebstore.google.com/detail/conjuguemos-autocomplete/kegahjgfiaoioefjffcjbjccmeffalbj
Opis lol
Rozmiar pliku 8.53 KB
Liczba instalacji 1,105
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-12-05
Data Publikacji 2021-12-05
Ocena 2.11/5 Łącznie 9 Oceny
Deweloper Aaron2599
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}