Homestuck Fixer

Applies small fixes to Homestuck's text

Apa itu Homestuck Fixer?

Homestuck Fixer adalah ekstensi Chrome yang dikembangkan oleh ashbc, dan fitur utamanya adalah "Applies small fixes to Homestuck's text".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Homestuck Fixer

Unduh file ekstensi Homestuck Fixer 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

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

Informasi Dasar Ekstensi

Nama Homestuck Fixer Homestuck Fixer
ID eoibhngiokgmmgendloehbjehaemchni
URL Resmi https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni
Deskripsi Applies small fixes to Homestuck's text
Ukuran File 12.45 KB
Jumlah Instalasi 67
Versi Saat Ini 0.2
Terakhir Diperbarui 2019-10-24
Tanggal Publikasi 2019-10-24
Penilaian 4.00/5 Total 5 Penilaian
Pengembang ashbc
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ashbc/hsfixer
URL Halaman Bantuan https://github.com/ashbc/hsfixer/issues
Bahasa yang Didukung 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"
    }
}