Homestuck Fixer

Applies small fixes to Homestuck's text

Vad är Homestuck Fixer?

Homestuck Fixer är en Chrome-tillägg utvecklad av ashbc, och dess huvudfunktion är "Applies small fixes to Homestuck's text".

Tilläggsskärmbilder

screenshot

Ladda ner Homestuck Fixer-förlängningens CRX-fil

Ladda ner Homestuck Fixer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Homestuck Fixer Homestuck Fixer
ID eoibhngiokgmmgendloehbjehaemchni
Officiell webbadress https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni
Beskrivning Applies small fixes to Homestuck's text
Filstorlek 12.45 KB
Antal Installationer 67
Aktuell Version 0.2
Senast Uppdaterad 2019-10-24
Publiceringsdatum 2019-10-24
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare ashbc
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ashbc/hsfixer
Hjälpsida URL https://github.com/ashbc/hsfixer/issues
Stödda Språk 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"
    }
}