Quizlet Hacker

Automatically completes every quizlet activity!

Cos'è Quizlet Hacker?

Quizlet Hacker è un'estensione di Chrome sviluppata da Llama Dev, e la sua funzione principale è "Automatically completes every quizlet activity!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quizlet Hacker

Scarica i file di estensione Quizlet Hacker 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

                        Automatically completes every quizlet activity with minimal user input. Note that for many activities it will copy the correct answer to your clipboard. Simply paste the word!

This extension also works for Quizlet Live.

Make sure you scan the quizlet terms first before using. Confirm that the extension found the correct number of terms. If not, try loading all terms on the webpage first.                    

Informazioni di Base sull'Estensione

Nome Quizlet Hacker Quizlet Hacker
ID kbhbhldnmkajohcalhnbnngfomeejejn
URL Ufficiale https://chromewebstore.google.com/detail/quizlet-hacker/kbhbhldnmkajohcalhnbnngfomeejejn
Descrizione Automatically completes every quizlet activity!
Dimensione del File 12.83 KB
Conteggio Installazioni 6,000
Versione Corrente 3.2
Ultimo Aggiornamento 2024-02-27
Data di Pubblicazione 2023-03-23
Valutazione 4.67/5 Totale 9 Valutazioni
Sviluppatore Llama Dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizlet Hacker",
    "author": "Llama Dev",
    "description": "Automatically completes every quizlet activity!",
    "version": "3.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.quizlet.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "\/images\/Quizlet_Hacker.png"
        }
    },
    "icons": {
        "32": "\/images\/Quizlet_Hacker.png"
    }
}