Night Assistant

Set the background color of the webpage to protect your eyes. and create a beautiful and comfortable internet environment.

Night Assistantคืออะไร?

Night Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weijhfly และคุณลักษณะหลักของมันคือ "Set the background color of the webpage to protect your eyes. and create a beautiful and comfortable internet environment."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Night Assistant

ดาวน์โหลดไฟล์ส่วนขยาย Night Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is an extension that sets the background color of the web page. You can set the background color according to your preferences, make the webpage more beautiful, and it is suitable for nighttime browsing, which helps protect your eyes.

Features:
1, 12 background colors are optional, beautiful and practical;
2, small size, stability, compatibility;
3, covering a wide range of browsers, currently available in Google, Firefox, 360 browser;

safety:
This extension source is open, without any privacy violations, source code: https://github.com/weijhfly/Night-Mode

other:
Related articles: 分享一个实现夜间模式的浏览器扩展 https://juejin.im/post/5cb3fe19e51d456e6c732cb7

When installing for the first time, please refresh the page or open a new tab to enable the night assistant to take effect. Some websites may be banned, such as in the Google Web Store.

If you like this extension, please give a star or praise ^_^                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Night Assistant Night Assistant
ID kiccihccnlfjelinfjomfkblnbcijlfl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/night-assistant/kiccihccnlfjelinfjomfkblnbcijlfl
คำอธิบาย Set the background color of the webpage to protect your eyes. and create a beautiful and comfortable internet environment.
ขนาดไฟล์ 190 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2023-01-02
วันที่เผยแพร่ 2020-02-26
คะแนน 4.00/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา weijhfly
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.5",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/args.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "default_locale": "en"
}