Random Homestuck

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

什么是Random Homestuck?

Random Homestuck是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Did you think Homestuck was confusing enough?? Just you wait.”。

扩展截图

screenshot

下载Random Homestuck扩展crx文件

下载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"
    ]
}