WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Sauron - Dark mode for all websites

Sauron - Dark mode for all websites

View on Chrome Web Store
View Sauron - Dark mode for all websites Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (60 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Beautiful dark mode for all websites. Protect your eyes when you surf in dark enviroments.
Type
Extension
Users
2,000 users
1K
Rishabh Maheshwari
View author page of Rishabh Maheshwari
Published
Published on February 23, 2019
Version 1.3.4.3
Manifest version
2
Updated
Updated on February 19, 2021
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Sauron - Dark mode for all websites Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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": [
                "<all_urls>"
            ],
            "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"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top