WebExtension.net
Toggle dark mode
WebExtension.net

Night Viewer - Dark mode for view page source

View on Chrome Web Store
View Night Viewer - Dark mode for view page source Chrome Extension on Chrome Web Store
Add to bookmarks
3.5 (15 ratings)
0 views
This extension has been viewed 0 times

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

Night Viewer enables dark mode for the View Page Sources, structures and formats the code to make it more readable
Type
Extension
Users
947 users
28
Website nighteye.app
Promotino Ltd.
View author page of Promotino Ltd.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 27, 2020
Version 1.4.4
Manifest version
3
Updated
Updated on April 13, 2024
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Night Viewer - Dark mode for view page source 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": 3,
    "name": "Night Viewer - Dark mode for view page source",
    "description": "Night Viewer enables dark mode for the View Page Sources, structures and formats the code to make it more readable",
    "homepage_url": "https:\/\/nighteye.app",
    "version": "1.4.4",
    "author": "Promotino Ltd.",
    "icons": {
        "16": "res\/icon-16.png",
        "48": "res\/icon-48.png",
        "128": "res\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/fonts\/*.woff",
                "res\/fonts\/*.woff2"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "offline_enabled": true,
    "action": {
        "default_icon": "res\/icon-64.png",
        "default_popup": "html\/browser-action\/popup.html",
        "default_title": "Night Viewer"
    }
}
© 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