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"
    }
}