Homestuck Fixer

Applies small fixes to Homestuck's text

Cos'è Homestuck Fixer?

Homestuck Fixer è un'estensione di Chrome sviluppata da ashbc, e la sua funzione principale è "Applies small fixes to Homestuck's text".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Homestuck Fixer

Scarica i file di estensione Homestuck Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Homestuck Fixer Homestuck Fixer
ID eoibhngiokgmmgendloehbjehaemchni
URL Ufficiale https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni
Descrizione Applies small fixes to Homestuck's text
Dimensione del File 12.45 KB
Conteggio Installazioni 67
Versione Corrente 0.2
Ultimo Aggiornamento 2019-10-24
Data di Pubblicazione 2019-10-24
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore ashbc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ashbc/hsfixer
URL della Pagina di Aiuto https://github.com/ashbc/hsfixer/issues
Lingue Supportate 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"
    }
}