WebExtension.net
WebExtension.net

Dark Reader

View on Chrome Web Store
View Dark Reader Chrome Extension on Chrome Web Store
4.7 (11,962 ratings)
1 new ratings

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

Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.
Type
Extension
Users
6,000,000 users
Website darkreader.org
Alexander Shutau
View author page of Alexander Shutau
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 7, 2014
Version 4.9.96
Manifest version
3
Updated
Updated on October 30, 2024
View on Chrome Web Store
View Dark Reader Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Reader",
    "version": "4.9.96",
    "author": "Alexander Shutau",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/dr_16.png",
        "48": "icons\/dr_48.png",
        "128": "icons\/dr_128.png"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "inject\/proxy.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "world": "MAIN"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "inject\/fallback.js",
                "inject\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "world": "ISOLATED"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "inject\/color-scheme-watcher.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "match_about_blank": false,
            "world": "ISOLATED"
        }
    ],
    "permissions": [
        "alarms",
        "fontSettings",
        "scripting",
        "storage"
    ],
    "optional_permissions": [
        "contextMenus"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "switchEngine": {
            "description": "__MSG_theme_generation_mode__"
        }
    },
    "minimum_chrome_version": "106.0.0.0",
    "action": {
        "default_title": "Dark Reader",
        "default_icon": {
            "19": "icons\/dr_active_19.png",
            "38": "icons\/dr_active_38.png"
        },
        "default_popup": "ui\/popup\/index.html"
    },
    "options_ui": {
        "page": "ui\/popup\/index.html"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; script-src 'self'; style-src 'self'; img-src * data:; connect-src *; navigate-to 'self' https:\/\/darkreader.org\/* https:\/\/github.com\/darkreader\/darkreader\/blob\/main\/CONTRIBUTING.md https:\/\/github.com\/darkreader\/darkreader https:\/\/twitter.com\/darkreaderapp; media-src 'none'; child-src 'none'; worker-src 'none'; object-src 'none'"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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