Homestuck Fixer

Applies small fixes to Homestuck's text

Co to jest Homestuck Fixer?

Homestuck Fixer to rozszerzenie Chrome opracowane przez ashbc, a jego główną funkcją jest „Applies small fixes to Homestuck's text”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Homestuck Fixer

Pobierz pliki rozszerzeń Homestuck Fixer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Homestuck Fixer Homestuck Fixer
ID eoibhngiokgmmgendloehbjehaemchni
Oficjalny URL https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni
Opis Applies small fixes to Homestuck's text
Rozmiar pliku 12.45 KB
Liczba instalacji 67
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2019-10-24
Data Publikacji 2019-10-24
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper ashbc
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ashbc/hsfixer
Adres URL Strony Pomocy https://github.com/ashbc/hsfixer/issues
Obsługiwane Języki 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"
    }
}