Nighty

Switch certain apps into a finely tuned night mode.

What is Nighty?

Nighty is a Chrome extension developed by https://sites.google.com/site/timothywatkins, and its main feature is "Switch certain apps into a finely tuned night mode.".

Extension Screenshots

screenshot

Download Nighty Extension CRX File

Download Nighty 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

                        Switch certain apps into a finely tuned night mode.

Currently supports: 
- Facebook Messenger                    

Extension Basic Information

Name Nighty Nighty
ID iikdidolhafmncjalfilhgnefnkjlbgm
Official URL https://chromewebstore.google.com/detail/nighty/iikdidolhafmncjalfilhgnefnkjlbgm
Description Switch certain apps into a finely tuned night mode.
File Size 9.8 KB
Installation Count 13
Current Version 1.3
Last Updated 2017-05-09
Publish Date 2017-05-09
Rating 5.00/5 Total 1 Ratings
Developer https://sites.google.com/site/timothywatkins
Email [email protected]
Payment Type free
Extension Website https://github.com/jankcat/nighty
Help Page URL https://github.com/jankcat/nighty/issues
Privacy Policy Page URL https://github.com/jankcat/nighty
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nighty",
    "description": "Switch certain apps into a finely tuned night mode.",
    "author": "Tim Watkins",
    "homepage_url": "https:\/\/github.com\/jankcat\/nighty",
    "short_name": "Nighty",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon2.png"
    },
    "background": {
        "scripts": [
            "nighty.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}