Random Homestuck

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

Qu'est-ce que Random Homestuck ?

Random Homestuck est une extension Chrome développée par Unknown, et sa fonction principale est "Did you think Homestuck was confusing enough?? Just you wait.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random Homestuck

Téléchargez les fichiers d'extension Random Homestuck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
URL Officiel https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Description Did you think Homestuck was confusing enough?? Just you wait.
Taille du Fichier 7.98 KB
Nombre d'Installations 14
Version Actuelle 1.0
Dernière Mise à Jour 2019-03-02
Date de Publication 2019-03-02
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    ]
}