Unquirk

Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…

Unquirkとは何ですか?

UnquirkはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…」です。

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

screenshot
screenshot

Unquirk拡張機能のCRXファイルをダウンロード

Unquirk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Make Homestuck more readable!

Unquirk removes the trolls' typing quirks, allowing for an easier read. 

Current version dequirks Aradia, Tavros, Sollux, Nepeta, Terezi, Equius, Gamzee, Eridan, and Feferi to varying degrees.                    

拡張機能の基本情報

名前 Unquirk Unquirk
ID igpllfdipcfdjembnfinndpnimacocpb
公式URL https://chromewebstore.google.com/detail/unquirk/igpllfdipcfdjembnfinndpnimacocpb
説明 Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…
ファイルサイズ 38.35 KB
インストール数 41
現在のバージョン 0.1.2
最終更新日 2018-04-04
公開日 2018-04-03
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unquirk",
    "version": "0.1.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mspaintadventures.com\/*",
                "https:\/\/www.homestuck.com\/story\/*",
                "http:\/\/www.homestuck.com\/story\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-16.png",
        "default_title": "Unquirk"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}