Bible Quiz
Bible fun Game for all ages
Was ist Bible Quiz?
Bible Quiz ist eine Chrome-Erweiterung, die von Beacon of Hope entwickelt wurde, und ihr Hauptmerkmal ist "Bible fun Game for all ages".
Erweiterungsscreenshots
Bible Quiz-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bible Quiz-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kbhblojhnnmipaioeleddmchjhkhgcfh |
Offizielle URL | https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh |
Beschreibung | Bible fun Game for all ages |
Dateigröße | 991 KB |
Installationsanzahl | 69 |
Aktuelle Version | 1.0.2.2 |
Letztes Update | 2022-01-16 |
Veröffentlichungsdatum | 2021-04-09 |
Entwickler | Beacon of Hope |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.anthonywhytejr.com |
URL der Datenschutzrichtlinien-Seite | http://www.africangiantsconsultancynetwork.com/privacy |
Unterstützte Sprachen | 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" } } |