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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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