Dark Hacker News

Dark Mode For Hacker News

What is Dark Hacker News?

Dark Hacker News is a Chrome extension developed by Matthew Wilkinson, and its main feature is "Dark Mode For Hacker News".

Extension Screenshots

screenshot
screenshot
screenshot

Download Dark Hacker News Extension CRX File

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

                        A basic dark theme for Hacker News. If you have any desires you can put an issues at the repo. 

https://github.com/AirsickLowlander/DarkHacker

Any improvements are also welcome.

Let me know what you think :)                    

Extension Basic Information

Name Dark Hacker News Dark Hacker News
ID ibhckhmgbfnlagdgpheomkaegpnimnhj
Official URL https://chromewebstore.google.com/detail/dark-hacker-news/ibhckhmgbfnlagdgpheomkaegpnimnhj
Description Dark Mode For Hacker News
File Size 7.83 KB
Installation Count 401
Current Version 0.1.3
Last Updated 2022-10-01
Publish Date 2019-01-20
Rating 5.00/5 Total 1 Ratings
Developer Matthew Wilkinson
Email [email protected]
Payment Type free
Extension Website https://github.com/ScFix/DarkHacker
Help Page URL https://github.com/ScFix/DarkHacker/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Hacker News",
    "version": "0.1.3",
    "description": "Dark Mode For Hacker News",
    "permissions": [
        "https:\/\/news.ycombinator.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/Dh16.png",
            "32": "images\/Dh32.png",
            "48": "images\/Dh48.png",
            "128": "images\/Dh128.png"
        }
    },
    "icons": {
        "16": "images\/Dh16.png",
        "32": "images\/Dh32.png",
        "48": "images\/Dh48.png",
        "128": "images\/Dh128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "DarkHacker.css"
            ]
        }
    ],
    "manifest_version": 3
}