Random Homestuck

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

Random Homestuck là gì?

Random Homestuck là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Did you think Homestuck was confusing enough?? Just you wait.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random Homestuck

Tải xuống các tệp mở rộng Random Homestuck dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random Homestuck Random Homestuck
ID joeofppailiaoickkbfddjdiehanidbf
URL Chính Thức https://chromewebstore.google.com/detail/random-homestuck/joeofppailiaoickkbfddjdiehanidbf
Mô tả Did you think Homestuck was confusing enough?? Just you wait.
Kích Thước Tệp 7.98 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-03-02
Ngày Phát Hành 2019-03-02
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}