Homestuck Fixer
Applies small fixes to Homestuck's text
What is Homestuck Fixer?
Homestuck Fixer is a Chrome extension developed by ashbc, and its main feature is "Applies small fixes to Homestuck's text".
Extension Screenshots
Download Homestuck Fixer Extension CRX File
Download Homestuck Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Homestuck Fixer removes the R-slur from all dialogue, and replaces a character's name with their canon name.
Extension Basic Information
Name | Homestuck Fixer |
ID | eoibhngiokgmmgendloehbjehaemchni |
Official URL | https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni |
Description | Applies small fixes to Homestuck's text |
File Size | 12.45 KB |
Installation Count | 67 |
Current Version | 0.2 |
Last Updated | 2019-10-24 |
Publish Date | 2019-10-24 |
Rating | 4.00/5 Total 5 Ratings |
Developer | ashbc |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ashbc/hsfixer |
Help Page URL | https://github.com/ashbc/hsfixer/issues |
Supported Languages | 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" } } |