Homestuck Fixer

Applies small fixes to Homestuck's text

Homestuck Fixerとは何ですか?

Homestuck Fixerはashbcによって開発されたChromeの拡張機能で、その主な機能は「Applies small fixes to Homestuck's text」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}