Boatus.org quiz cheater
Cheat on boatus.org quizzes
Cos'è Boatus.org quiz cheater?
Boatus.org quiz cheater è un'estensione di Chrome sviluppata da kun3lvnhi, e la sua funzione principale è "Cheat on boatus.org quizzes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Boatus.org quiz cheater
Scarica i file di estensione Boatus.org quiz cheater 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
                        Adds a big arrow with next button on site                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kkfmjphmimodbgebeejnhppdlpojbcag | 
| URL Ufficiale | https://chromewebstore.google.com/detail/boatusorg-quiz-cheater/kkfmjphmimodbgebeejnhppdlpojbcag | 
| Descrizione | Cheat on boatus.org quizzes | 
| Dimensione del File | 952 KB | 
| Conteggio Installazioni | 52 | 
| Versione Corrente | 0.1 | 
| Ultimo Aggiornamento | 2020-05-05 | 
| Data di Pubblicazione | 2020-05-04 | 
| Sviluppatore | kun3lvnhi | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://elearning.boatus.org/ | 
| Lingue Supportate | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boatus.org quiz cheater",
    "version": "0.1",
    "description": "Cheat on boatus.org quizzes",
    "permissions": [
        "https:\/\/elearning.boatus.org\/launch\/lesson.asp"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearning.boatus.org\/launch\/lesson.asp"
            ],
            "js": [
                "Source\/enhancer.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}  |  |