Random Homestuck

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

Что такое Random Homestuck?

Random Homestuck - это расширение Chrome, разработанное Unknown, и его основная функция - "Did you think Homestuck was confusing enough?? Just you wait.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Random Homestuck

Скачайте файлы расширений Random Homestuck в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
Официальный URL https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Описание Did you think Homestuck was confusing enough?? Just you wait.
Размер файла 7.98 KB
Количество установок 14
Текущая Версия 1.0
Последнее Обновление 2019-03-02
Дата публикации 2019-03-02
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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"
    ]
}