Random Homestuck

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

Apa itu Random Homestuck?

Random Homestuck adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Did you think Homestuck was confusing enough?? Just you wait.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Random Homestuck

Unduh file ekstensi Random Homestuck dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
URL Resmi https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Deskripsi Did you think Homestuck was confusing enough?? Just you wait.
Ukuran File 7.98 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-03-02
Tanggal Publikasi 2019-03-02
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}