Simple Night Mode

An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.

What is Simple Night Mode?

Simple Night Mode is a Chrome extension developed by Aniket, and its main feature is "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.".

Extension Screenshots

screenshot

Download Simple Night Mode Extension CRX File

Download Simple Night Mode 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

                        Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room.

Click the Simple Night Mode Button to start Night Mode.                    

Extension Basic Information

Name Simple Night Mode Simple Night Mode
ID daogheeomfnjjbabmnmgpbhmamegpbaj
Official URL https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj
Description An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
File Size 7.84 KB
Installation Count 1,967
Current Version 1.0.2
Last Updated 2016-12-06
Publish Date 2016-12-06
Rating 4.15/5 Total 40 Ratings
Developer Aniket
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Night Mode",
    "version": "1.0.2",
    "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Simple Night Mode"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}