Random Homestuck
Did you think Homestuck was confusing enough?? Just you wait.
Wat is Random Homestuck?
Random Homestuck is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Did you think Homestuck was confusing enough?? Just you wait.".
Extensie Screenshots
Download het CRX-bestand van de extensie Random Homestuck
Download Random Homestuck-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
Did you think Homestuck was confusing enough?? Just you wait. Simply takes the normal (?) order of Homestuck and scrambles it. You can always delete the extension to revert everything back to normal, or reroll the dice from the settings! Version 1.0 coded in a day and a half.
Basisinformatie over de Extensie
Naam | Random Homestuck |
ID | joeofppailiaoickkbfddjdiehanidbf |
Officiële URL | https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf |
Beschrijving | Did you think Homestuck was confusing enough?? Just you wait. |
Bestandsgrootte | 7.98 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-02 |
Publicatiedatum | 2019-03-02 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Homestuck", "version": "1.0", "description": "Did you think Homestuck was confusing enough?? Just you wait.", "icons": { "48": "icons\/rh-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.homestuck.com\/story*" ], "js": [ "randomize.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "permissions": [ "storage", "tabs" ] } |