Random Homestuck

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

Vad är Random Homestuck?

Random Homestuck är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Did you think Homestuck was confusing enough?? Just you wait.".

Tilläggsskärmbilder

screenshot

Ladda ner Random Homestuck-förlängningens CRX-fil

Ladda ner Random Homestuck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
Officiell webbadress https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Beskrivning Did you think Homestuck was confusing enough?? Just you wait.
Filstorlek 7.98 KB
Antal Installationer 14
Aktuell Version 1.0
Senast Uppdaterad 2019-03-02
Publiceringsdatum 2019-03-02
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    ]
}