Unquirk

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

What is Unquirk?

Unquirk is a Chrome extension developed by Unknown, and its main feature is "Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…".

Extension Screenshots

screenshot
screenshot

Download Unquirk Extension CRX File

Download Unquirk extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Unquirk Unquirk
ID igpllfdipcfdjembnfinndpnimacocpb
Official URL https://chromewebstore.google.com/detail/unquirk/igpllfdipcfdjembnfinndpnimacocpb
Description Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…
File Size 38.35 KB
Installation Count 41
Current Version 0.1.2
Last Updated 2018-04-04
Publish Date 2018-04-03
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}