Roblox Catalog and Develop dropdown menu

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

Wat is Roblox Catalog and Develop dropdown menu?

Roblox Catalog and Develop dropdown menu is een Chrome-extensie ontwikkeld door CreatorOfFame, en de belangrijkste functie is "This extension adds a dropdown menu to the Catalog and Develop button for easy access".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Roblox Catalog and Develop dropdown menu

Download Roblox Catalog and Develop dropdown menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Roblox Catalog and Develop dropdown menu Roblox Catalog and Develop dropdown menu
ID ninlcpgbcnldebbfkclejmfdcaonfnng
Officiële URL https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng
Beschrijving This extension adds a dropdown menu to the Catalog and Develop button for easy access
Bestandsgrootte 49.55 KB
Aantal Installaties 11,869
Huidige Versie 1.18
Laatst Bijgewerkt 2022-01-18
Publicatiedatum 2019-04-01
Beoordeling 4.30/5 Totaal 61 Beoordelingen
Ontwikkelaar CreatorOfFame
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.roblox.com/users/6008603/profile
Help Pagina-URL https://www.roblox.com/users/6008603/profile
Ondersteunde Talen 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"
            ]
        }
    ]
}