Bible Quiz

Bible fun Game for all ages

Cos'è Bible Quiz?

Bible Quiz è un'estensione di Chrome sviluppata da Beacon of Hope, e la sua funzione principale è "Bible fun Game for all ages".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bible Quiz

Scarica i file di estensione Bible Quiz 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

                        Raise your children with the knowledge of the scriptures. Even adults can give it a go. Have fun with the scriptures with 50 biblical multiple choice questions in this initial version. More questions to follow with periodic updates. After installation, open a new tab to access the game.                    

Informazioni di Base sull'Estensione

Nome Bible Quiz Bible Quiz
ID kbhblojhnnmipaioeleddmchjhkhgcfh
URL Ufficiale https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh
Descrizione Bible fun Game for all ages
Dimensione del File 991 KB
Conteggio Installazioni 69
Versione Corrente 1.0.2.2
Ultimo Aggiornamento 2022-01-16
Data di Pubblicazione 2021-04-09
Sviluppatore Beacon of Hope
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.anthonywhytejr.com
URL della Pagina della Politica sulla Privacy http://www.africangiantsconsultancynetwork.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bible Quiz",
    "description": "Bible fun Game for all ages",
    "version": "1.0.2.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/arrow16.png",
            "32": "images\/arrow32.png",
            "48": "images\/arrow48.png",
            "128": "images\/arrow128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "Opens Bible Quiz"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}