Night Mode - Hacker News

Night Mode for Hacker News (news.ycombinator.com)

What is Night Mode - Hacker News?

Night Mode - Hacker News is a Chrome extension developed by nexinspiration, and its main feature is "Night Mode for Hacker News (news.ycombinator.com)".

Extension Screenshots

screenshot

Download Night Mode - Hacker News Extension CRX File

Download Night Mode - Hacker News 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

                        Night Mode for Hacker News (news.ycombinator.com)                    

Extension Basic Information

Name Night Mode - Hacker News Night Mode - Hacker News
ID mgkpkbbpkgdbpojiidjaaplkcdemdpme
Official URL https://chromewebstore.google.com/detail/night-mode-hacker-news/mgkpkbbpkgdbpojiidjaaplkcdemdpme
Description Night Mode for Hacker News (news.ycombinator.com)
File Size 9.82 KB
Installation Count 33
Current Version 0.0.2
Last Updated 2017-09-20
Publish Date 2017-09-20
Rating 4.67/5 Total 3 Ratings
Developer nexinspiration
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Night Mode - Hacker News",
    "version": "0.0.2",
    "description": "Night Mode for Hacker News (news.ycombinator.com)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "ycombinator.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}