Dark Theme

Dark Theme for every websites - Dark mode web. Dark theme for night readers.

What is Dark Theme?

Dark Theme is a Chrome extension developed by gitfreext, and its main feature is "Dark Theme for every websites - Dark mode web. Dark theme for night readers.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dark Theme Extension CRX File

Download Dark Theme extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Dark Theme makes easier to read at night. Dark mode for every website. Use dark theme and take care of your eyes.

Click to icon of Dark Theme extension for dark reader - On
Again click to icon for disable dark mode - Off

Dark web for everybody. Enjoy the night!                    

Extension Basic Information

Name Dark Theme Dark Theme
ID iofacgofnoffpinjjllfalnjcmmagpfk
Official URL https://chrome.google.com/webstore/detail/dark-theme/iofacgofnoffpinjjllfalnjcmmagpfk
Description Dark Theme for every websites - Dark mode web. Dark theme for night readers.
File Size 268 KB
Installation Count 2,000
Current Version 1.0.0
Last Updated 2020-09-05
Publish Date 2020-09-05
Rating 4.11/5 Total 9 Ratings
Developer gitfreext
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.smart-finder.net/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Theme",
    "short_name": "Dark Theme",
    "description": "Dark Theme for every websites - Dark mode web. Dark theme for night readers.",
    "version": "1.0.0",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Click to switch modes",
        "default_icon": "icons\/night256.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "icons\/night128.png",
        "64": "icons\/night64.png",
        "48": "icons\/night48.png",
        "16": "icons\/night16.png"
    },
    "options_page": "options\/index.html",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "match_about_blank": true,
            "css": [
                "stylesheets\/dummy.css"
            ],
            "run_at": "document_start"
        }
    ]
}