Homestuck Night Theme

Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…

What is Homestuck Night Theme?

Homestuck Night Theme is a Chrome extension developed by rosesause, and its main feature is "Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…".

Extension Screenshots

screenshot

Download Homestuck Night Theme Extension CRX File

Download Homestuck Night 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

                        Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the chrome menu.                    

Extension Basic Information

Name Homestuck Night Theme Homestuck Night Theme
ID ldahofmnlidiohllbcaeeogplndmkgal
Official URL https://chromewebstore.google.com/detail/homestuck-night-theme/ldahofmnlidiohllbcaeeogplndmkgal
Description Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…
File Size 55.62 KB
Installation Count 239
Current Version 1.0
Last Updated 2020-06-05
Publish Date 2020-06-04
Rating 4.00/5 Total 4 Ratings
Developer rosesause
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Homestuck Night Theme",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.homestuck.com\/*",
                "https:\/\/homestuck2.com\/*",
                "https:\/\/mspfa.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "storage"
    ]
}