Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

ما هو Bible Gateway Darkmode؟

Bible Gateway Darkmode هو إضافة Chrome تم تطويرها بواسطة Unquenched Tech، والميزة الرئيسية لها هي "Creates a dark mode for biblegateway.com".

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

screenshot

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

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

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

                        This extension creates a dark mode for BibleGateway.com                    

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

الاسم Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
عنوان URL الرسمي https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
الوصف Creates a dark mode for biblegateway.com
حجم الملف 5.93 KB
عدد التثبيتات 1,140
النسخة الحالية 0.6
آخر تحديث 2023-12-03
تاريخ النشر 2021-01-13
تقييم 5.00/5 مجموع تقييمات 8
المطور Unquenched Tech
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://theunquenchedservant.com
عنوان صفحة المساعدة https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bible Gateway Darkmode",
    "version": "0.6",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Creates a dark mode for biblegateway.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.biblegateway.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}