Random Homestuck

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

Cos'è Random Homestuck?

Random Homestuck è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Did you think Homestuck was confusing enough?? Just you wait.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random Homestuck

Scarica i file di estensione Random Homestuck 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
URL Ufficiale https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Descrizione Did you think Homestuck was confusing enough?? Just you wait.
Dimensione del File 7.98 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2019-03-02
Data di Pubblicazione 2019-03-02
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}