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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}