Bible Quiz
Bible fun Game for all ages
O que é Bible Quiz?
Bible Quiz é uma extensão do Chrome desenvolvida por Beacon of Hope, e sua principal característica é "Bible fun Game for all ages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bible Quiz
Baixe arquivos de extensão Bible Quiz no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | kbhblojhnnmipaioeleddmchjhkhgcfh |
URL Oficial | https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh |
Descrição | Bible fun Game for all ages |
Tamanho do Arquivo | 991 KB |
Contagem de Instalações | 69 |
Versão Atual | 1.0.2.2 |
Última Atualização | 2022-01-16 |
Data de Publicação | 2021-04-09 |
Desenvolvedor | Beacon of Hope |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.anthonywhytejr.com |
URL da Página de Política de Privacidade | http://www.africangiantsconsultancynetwork.com/privacy |
Idiomas Suportados | 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" } } |