Bible Quiz

Bible fun Game for all ages

Co to jest Bible Quiz?

Bible Quiz to rozszerzenie Chrome opracowane przez Beacon of Hope, a jego główną funkcją jest „Bible fun Game for all ages”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Bible Quiz

Pobierz pliki rozszerzeń Bible Quiz w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Bible Quiz Bible Quiz
ID kbhblojhnnmipaioeleddmchjhkhgcfh
Oficjalny URL https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh
Opis Bible fun Game for all ages
Rozmiar pliku 991 KB
Liczba instalacji 69
Aktualna Wersja 1.0.2.2
Ostatnia Aktualizacja 2022-01-16
Data Publikacji 2021-04-09
Deweloper Beacon of Hope
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.anthonywhytejr.com
Adres URL Strony Polityki Prywatności http://www.africangiantsconsultancynetwork.com/privacy
Obsługiwane Języki 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"
    }
}