Batoto Night Mode

An extension that makes it easier to read manga at night.

ما هو Batoto Night Mode؟

Batoto Night Mode هو إضافة Chrome تم تطويرها بواسطة Zak Farmer، والميزة الرئيسية لها هي "An extension that makes it easier to read manga at night.".

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

screenshot

تحميل ملف CRX للإضافة Batoto Night Mode

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

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

                        An extension that makes it easier to read manga at night on Bato.to

It works by changing the bright outline of the manga reader to a dark black colour that isn't hard on the eyes at night.                    

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

الاسم Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
عنوان URL الرسمي https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
الوصف An extension that makes it easier to read manga at night.
حجم الملف 207 KB
عدد التثبيتات 66
النسخة الحالية 1.0.0
آخر تحديث 2016-09-13
تاريخ النشر 2016-09-13
تقييم 3.75/5 مجموع تقييمات 4
المطور Zak Farmer
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batoto Night Mode",
    "description": "An extension that makes it easier to read manga at night.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "batotonight.css"
            ],
            "matches": [
                "http:\/\/bato.to\/reader*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/bato.to\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "batotonight.css"
    ]
}