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