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…

Was ist Homestuck Night Theme?

Homestuck Night Theme ist eine Chrome-Erweiterung, die von rosesause entwickelt wurde, und ihr Hauptmerkmal ist "Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…".

Erweiterungsscreenshots

screenshot

Homestuck Night Theme-Erweiterungs-CRX-Datei herunterladen

Laden Sie Homestuck Night Theme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Homestuck Night Theme Homestuck Night Theme
ID ldahofmnlidiohllbcaeeogplndmkgal
Offizielle URL https://chromewebstore.google.com/detail/homestuck-night-theme/ldahofmnlidiohllbcaeeogplndmkgal
Beschreibung Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…
Dateigröße 55.62 KB
Installationsanzahl 239
Aktuelle Version 1.0
Letztes Update 2020-06-05
Veröffentlichungsdatum 2020-06-04
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler rosesause
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}