Random Homestuck
Did you think Homestuck was confusing enough?? Just you wait.
Was ist Random Homestuck?
Random Homestuck ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Did you think Homestuck was confusing enough?? Just you wait.".
Erweiterungsscreenshots
Random Homestuck-Erweiterungs-CRX-Datei herunterladen
Laden Sie Random Homestuck-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Random Homestuck |
ID | joeofppailiaoickkbfddjdiehanidbf |
Offizielle URL | https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf |
Beschreibung | Did you think Homestuck was confusing enough?? Just you wait. |
Dateigröße | 7.98 KB |
Installationsanzahl | 14 |
Aktuelle Version | 1.0 |
Letztes Update | 2019-03-02 |
Veröffentlichungsdatum | 2019-03-02 |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |