Bible Quiz
Bible fun Game for all ages
Wat is Bible Quiz?
Bible Quiz is een Chrome-extensie ontwikkeld door Beacon of Hope, en de belangrijkste functie is "Bible fun Game for all ages".
Extensie Screenshots
Download het CRX-bestand van de extensie Bible Quiz
Download Bible Quiz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | kbhblojhnnmipaioeleddmchjhkhgcfh |
| Officiële URL | https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh |
| Beschrijving | Bible fun Game for all ages |
| Bestandsgrootte | 991 KB |
| Aantal Installaties | 69 |
| Huidige Versie | 1.0.2.2 |
| Laatst Bijgewerkt | 2022-01-16 |
| Publicatiedatum | 2021-04-09 |
| Ontwikkelaar | Beacon of Hope |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.anthonywhytejr.com |
| URL van de Privacybeleid Pagina | http://www.africangiantsconsultancynetwork.com/privacy |
| Ondersteunde Talen | 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"
}
} | |