Sauron - Dark mode for all websites

Beautiful dark mode for all websites. Protect your eyes when you surf in dark enviroments.

Sauron - Dark mode for all websitesคืออะไร?

Sauron - Dark mode for all websites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rishabh Maheshwari และคุณลักษณะหลักของมันคือ "Beautiful dark mode for all websites. Protect your eyes when you surf in dark enviroments."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sauron - Dark mode for all websites

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

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

                        IMPORTANT : Disable website's native dark mode to prevent any clashes. 
- Sauron doesn't collect any data however, it needs access to all sites to be able to modify them.

USE A DARK THEME FOR BEST EXPERIENCE

Sauron makes late-night working and web surfing comfortable for your eyes by making a dark mode for all the websites you visit.
Dark Mode / Night Mode for all websites.

Now has a whitelist!

Features:
0. No White flash.
1. Intelligent Dark Mode / Night mode makes beautiful dark mode without ruining the original design.
2. Image Filter reduces the brightness of large images automatically.
3. Blacklist and whitelist available.
4. Scheduler to Schedule dark mode according to the time of the day.
5. Fast and optimized code with little to no noticeable performance overhead. 
6. Works on all websites including complicated word processors so you can work late at night comfortably.


CHANGELOG v1.3.3 - 
Fixes and Improvements -
1. Added whitelist.
2. Fixed inverted images.
3. Fixed Sauron on locally hosted webpages.
4. Added a stroke on icons to prevent invisible icons on some websites.                    

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

ชื่อ Sauron - Dark mode for all websites Sauron - Dark mode for all websites
ID fleolcdonmhbeppkijpfbhfhpceehiic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sauron-dark-mode-for-all/fleolcdonmhbeppkijpfbhfhpceehiic
คำอธิบาย Beautiful dark mode for all websites. Protect your eyes when you surf in dark enviroments.
ขนาดไฟล์ 336 KB
จำนวนการติดตั้ง 3,798
เวอร์ชันปัจจุบัน 1.3.4.3
อัปเดตครั้งล่าสุด 2021-02-19
วันที่เผยแพร่ 2020-04-07
คะแนน 4.34/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา Rishabh Maheshwari
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sauron - Dark mode for all websites",
    "version": "1.3.4.3",
    "author": "Rishabh Maheshwari",
    "description": "Beautiful dark mode for all websites. Protect your eyes when you surf in dark enviroments.",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "jquery-3.3.1.min.js",
                "mutation-summary.js",
                "sauron-library.js",
                "imagesloaded.pkgd.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}