Bible Quiz

Bible fun Game for all ages

ما هو Bible Quiz؟

Bible Quiz هو إضافة Chrome تم تطويرها بواسطة Beacon of Hope، والميزة الرئيسية لها هي "Bible fun Game for all ages".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bible Quiz

قم بتنزيل ملفات الامتداد Bible Quiz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Bible Quiz Bible Quiz
ID kbhblojhnnmipaioeleddmchjhkhgcfh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/bible-quiz/kbhblojhnnmipaioeleddmchjhkhgcfh
الوصف Bible fun Game for all ages
حجم الملف 991 KB
عدد التثبيتات 69
النسخة الحالية 1.0.2.2
آخر تحديث 2022-01-16
تاريخ النشر 2021-04-09
المطور Beacon of Hope
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.anthonywhytejr.com
عنوان صفحة سياسة الخصوصية http://www.africangiantsconsultancynetwork.com/privacy
اللغات المدعومة 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"
    }
}