Roblox Catalog and Develop dropdown menu

This extension adds a dropdown menu to the Catalog and Develop button for easy access

ما هو Roblox Catalog and Develop dropdown menu؟

Roblox Catalog and Develop dropdown menu هو إضافة Chrome تم تطويرها بواسطة CreatorOfFame، والميزة الرئيسية لها هي "This extension adds a dropdown menu to the Catalog and Develop button for easy access".

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

screenshot

تحميل ملف CRX للإضافة Roblox Catalog and Develop dropdown menu

قم بتنزيل ملفات الامتداد Roblox Catalog and Develop dropdown menu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        If you want to contact me for some reason like issues, requests, suggestions, etc.:

I'm almost 24/7 active on discord in this server: https://discord.gg/KFVS2ub
You can also message me at https://www.roblox.com/users/6008603/profile

If you have an issue with if its trustable, you can contact me too                    

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

الاسم Roblox Catalog and Develop dropdown menu Roblox Catalog and Develop dropdown menu
ID ninlcpgbcnldebbfkclejmfdcaonfnng
عنوان URL الرسمي https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng
الوصف This extension adds a dropdown menu to the Catalog and Develop button for easy access
حجم الملف 49.55 KB
عدد التثبيتات 11,869
النسخة الحالية 1.18
آخر تحديث 2022-01-18
تاريخ النشر 2019-04-01
تقييم 4.30/5 مجموع تقييمات 61
المطور CreatorOfFame
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.roblox.com/users/6008603/profile
عنوان صفحة المساعدة https://www.roblox.com/users/6008603/profile
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roblox Catalog and Develop dropdown menu",
    "description": "This extension adds a dropdown menu to the Catalog and Develop button for easy access",
    "short name": "Roblox Dropdown Menu",
    "version": "1.18",
    "author": "CreatorOfFame",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*",
                "https:\/\/web.roblox.com\/*",
                "http:\/\/www.roblox.com\/*",
                "http:\/\/web.roblox.com\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "myscript.js"
            ]
        }
    ]
}