Roblox LMaD Forum+

Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…

ما هو Roblox LMaD Forum+؟

Roblox LMaD Forum+ هو إضافة Chrome تم تطويرها بواسطة Developmentals، والميزة الرئيسية لها هي "Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Roblox LMaD Forum+

قم بتنزيل ملفات الامتداد Roblox LMaD Forum+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Adds an auto-bump button at the bottom of the forum page.

Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline' and allows you to post when it's clicked.

Just for those lazy people, may add a new theme.

Added ghostbumping                    

معلومات أساسية عن التمديد

الاسم Roblox LMaD Forum+ Roblox LMaD Forum+
ID kndacjhnpeocfgcflefoakfnegadncna
عنوان URL الرسمي https://chromewebstore.google.com/detail/roblox-lmad-forum+/kndacjhnpeocfgcflefoakfnegadncna
الوصف Adds an auto-bump button at the bottom of the forum page. Adds a dropdown box containing 'Bump', 'OP', 'UP', 'Accept', 'Decline'…
حجم الملف 32.7 KB
عدد التثبيتات 3,758
النسخة الحالية 2
آخر تحديث 2014-06-26
تاريخ النشر 2014-06-26
تقييم 3.31/5 مجموع تقييمات 13
المطور Developmentals
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/www.roblox.com\/Forum\/ShowPost.aspx?PostID=*"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Roblox LMaD Forum+",
    "permissions": [
        "http:\/\/www.roblox.com\/",
        "http:\/\/web.roblox.com\/"
    ],
    "version": "2"
}