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…

¿Qué es Homestuck Night Theme?

Homestuck Night Theme es una extensión de Chrome desarrollada por rosesause, y su función principal es "Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Homestuck Night Theme

Descarga archivos de extensión Homestuck Night Theme en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Homestuck Night Theme Homestuck Night Theme
ID ldahofmnlidiohllbcaeeogplndmkgal
URL Oficial https://chromewebstore.google.com/detail/homestuck-night-theme/ldahofmnlidiohllbcaeeogplndmkgal
Descripción Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…
Tamaño del Archivo 55.62 KB
Cantidad de Instalaciones 239
Versión Actual 1.0
Última Actualización 2020-06-05
Fecha de Publicación 2020-06-04
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador rosesause
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}