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…

Apa itu Homestuck Night Theme?

Homestuck Night Theme adalah ekstensi Chrome yang dikembangkan oleh rosesause, dan fitur utamanya adalah "Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Homestuck Night Theme

Unduh file ekstensi Homestuck Night Theme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Homestuck Night Theme Homestuck Night Theme
ID ldahofmnlidiohllbcaeeogplndmkgal
URL Resmi https://chromewebstore.google.com/detail/homestuck-night-theme/ldahofmnlidiohllbcaeeogplndmkgal
Deskripsi Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…
Ukuran File 55.62 KB
Jumlah Instalasi 239
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-06-05
Tanggal Publikasi 2020-06-04
Penilaian 4.00/5 Total 4 Penilaian
Pengembang rosesause
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}