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