Homestuck Fixer

Applies small fixes to Homestuck's text

Homestuck Fixerคืออะไร?

Homestuck Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashbc และคุณลักษณะหลักของมันคือ "Applies small fixes to Homestuck's text"

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        Homestuck Fixer removes the R-slur from all dialogue, and replaces a character's name with their canon name.                    

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

ชื่อ Homestuck Fixer Homestuck Fixer
ID eoibhngiokgmmgendloehbjehaemchni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni
คำอธิบาย Applies small fixes to Homestuck's text
ขนาดไฟล์ 12.45 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-10-24
วันที่เผยแพร่ 2019-10-24
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ashbc
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ashbc/hsfixer
URL หน้าช่วยเหลือ https://github.com/ashbc/hsfixer/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Homestuck Fixer",
    "version": "0.2",
    "description": "Applies small fixes to Homestuck's text",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.homestuck.com\/*",
                "*:\/\/*.readmspa.org\/*"
            ],
            "js": [
                "lib\/findAndReplaceDOMText.js",
                "replacements.js",
                "fixer.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}