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 CreatorOfFame द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a dropdown menu to the Catalog and Develop button for easy access"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roblox Catalog and Develop dropdown menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
            ]
        }
    ]
}