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…

Homestuck Night Themeคืออะไร?

Homestuck Night Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rosesause และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Homestuck Night Theme

ดาวน์โหลดไฟล์ส่วนขยาย Homestuck Night Theme ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Homestuck Night Theme Homestuck Night Theme
ID ldahofmnlidiohllbcaeeogplndmkgal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homestuck-night-theme/ldahofmnlidiohllbcaeeogplndmkgal
คำอธิบาย Changes the colors of homestuck, homestuck2, and mspfa for easy night reading. To turn it on or off just press the icon in the…
ขนาดไฟล์ 55.62 KB
จำนวนการติดตั้ง 239
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-06-05
วันที่เผยแพร่ 2020-06-04
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา rosesause
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}