Unquirk

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

Wat is Unquirk?

Unquirk is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Unquirk

Download Unquirk-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Unquirk Unquirk
ID igpllfdipcfdjembnfinndpnimacocpb
Officiële URL https://chromewebstore.google.com/detail/unquirk/igpllfdipcfdjembnfinndpnimacocpb
Beschrijving Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…
Bestandsgrootte 38.35 KB
Aantal Installaties 41
Huidige Versie 0.1.2
Laatst Bijgewerkt 2018-04-04
Publicatiedatum 2018-04-03
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
    }
}