Bible Quiz
Bible fun Game for all ages
¿Qué es Bible Quiz?
Bible Quiz es una extensión de Chrome desarrollada por Beacon of Hope, y su función principal es "Bible fun Game for all ages".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bible Quiz
Descarga archivos de extensión Bible Quiz en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kbhblojhnnmipaioeleddmchjhkhgcfh |
URL Oficial | https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh |
Descripción | Bible fun Game for all ages |
Tamaño del Archivo | 991 KB |
Cantidad de Instalaciones | 69 |
Versión Actual | 1.0.2.2 |
Última Actualización | 2022-01-16 |
Fecha de Publicación | 2021-04-09 |
Desarrollador | Beacon of Hope |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.anthonywhytejr.com |
URL de la Página de Política de Privacidad | http://www.africangiantsconsultancynetwork.com/privacy |
Idiomas Soportados | 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" } } |