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 |
官方網址 | 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" } } |