Unquirk
Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…
Cos'è Unquirk?
Unquirk è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Unquirk
Scarica i file di estensione Unquirk in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Unquirk |
ID | igpllfdipcfdjembnfinndpnimacocpb |
URL Ufficiale | https://chromewebstore.google.com/detail/unquirk/igpllfdipcfdjembnfinndpnimacocpb |
Descrizione | Make Homestuck more readable! Unquirk removes the trolls' typing quirks, allowing for an easier read. Current version dequirks… |
Dimensione del File | 38.35 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2018-04-04 |
Data di Pubblicazione | 2018-04-03 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |