Homestuck Fixer
Applies small fixes to Homestuck's text
什么是Homestuck Fixer?
Homestuck Fixer是由ashbc开发的Chrome扩展程序,该扩展的主要功能是“Applies small fixes to Homestuck's text”。
扩展截图
下载Homestuck Fixer扩展crx文件
下载Homestuck Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Homestuck Fixer removes the R-slur from all dialogue, and replaces a character's name with their canon name.
扩展基本信息
名称 | Homestuck Fixer |
ID | eoibhngiokgmmgendloehbjehaemchni |
官方URL | https://chromewebstore.google.com/detail/homestuck-fixer/eoibhngiokgmmgendloehbjehaemchni |
简介 | Applies small fixes to Homestuck's text |
文件大小 | 12.45 KB |
安装次数 | 67 |
当前版本 | 0.2 |
更新时间 | 2019-10-24 |
上架时间 | 2019-10-24 |
评分 | 4.00/5 共5次评分 |
开发者 | ashbc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ashbc/hsfixer |
帮助页面URL | https://github.com/ashbc/hsfixer/issues |
支持的语言 | 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" } } |