Night Mode lite

A Simple Night Mode extension for lightweight websities and streaming sities

ما هو Night Mode lite؟

Night Mode lite هو إضافة Chrome تم تطويرها بواسطة Rejul Raghu، والميزة الرئيسية لها هي "A Simple Night Mode extension for lightweight websities and streaming sities".

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

screenshot
screenshot
screenshot

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

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

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

                        Night Mode lite is simple, lightweight & privacy friendly browser add-on for lightweight websites, text-reading websites and streaming website sites, that helps you quickly turn your current page to dark . 

Night Mode lite contains simple  ON|OFF switch which enables you to easily and quickly turn the dark mode ON or OFF.


Note: Please close all tabs before installing/enable Night Mode lite (add-on won't effect tabs that are opened before installation/enable, unless reloaded). 'Night mode lite' not intended for heavily customised websites.                    

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

الاسم Night Mode lite Night Mode lite
ID kaciggfbbmkcohjhojhbipdlofgngfmj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/night-mode-lite/kaciggfbbmkcohjhojhbipdlofgngfmj
الوصف A Simple Night Mode extension for lightweight websities and streaming sities
حجم الملف 22.19 KB
عدد التثبيتات 2,000
النسخة الحالية 1.0
آخر تحديث 2019-08-03
تاريخ النشر 2019-07-30
تقييم 3.33/5 مجموع تقييمات 3
المطور Rejul Raghu
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Night Mode lite",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A Simple Night Mode extension for lightweight websities and streaming sities ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Night Mode lite",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ]
}