Random Homestuck

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

Hvad er Random Homestuck?

Random Homestuck er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Did you think Homestuck was confusing enough?? Just you wait.".

Udvidelsesskærmbilleder

screenshot

Download Random Homestuck-udvidelses-CRX-fil

Download Random Homestuck-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
Officiel URL https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Beskrivelse Did you think Homestuck was confusing enough?? Just you wait.
Filstørrelse 7.98 KB
Antal Installationer 14
Nuværende Version 1.0
Senest Opdateret 2019-03-02
Udgivelsesdato 2019-03-02
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    ]
}