Random Homestuck

Did you think Homestuck was confusing enough?? Just you wait.

What is Random Homestuck?

Random Homestuck is a Chrome extension developed by Unknown, and its main feature is "Did you think Homestuck was confusing enough?? Just you wait.".

Extension Screenshots

screenshot

Download Random Homestuck Extension CRX File

Download Random Homestuck 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

                        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.                    

Extension Basic Information

Name Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
Official URL https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Description Did you think Homestuck was confusing enough?? Just you wait.
File Size 7.98 KB
Installation Count 14
Current Version 1.0
Last Updated 2019-03-02
Publish Date 2019-03-02
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}