Roblox Catalog and Develop dropdown menu

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

Co je Roblox Catalog and Develop dropdown menu?

Roblox Catalog and Develop dropdown menu je rozšíření Chrome vyvinuté CreatorOfFame, a jeho hlavní funkcí je „This extension adds a dropdown menu to the Catalog and Develop button for easy access“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Roblox Catalog and Develop dropdown menu

Stáhněte si soubory rozšíření Roblox Catalog and Develop dropdown menu ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Roblox Catalog and Develop dropdown menu Roblox Catalog and Develop dropdown menu
ID ninlcpgbcnldebbfkclejmfdcaonfnng
Oficiální URL https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng
Popis This extension adds a dropdown menu to the Catalog and Develop button for easy access
Velikost souboru 49.55 KB
Počet instalací 11,869
Aktuální Verze 1.18
Poslední Aktualizace 2022-01-18
Datum Vydání 2019-04-01
Hodnocení 4.30/5 Celkem 61 Hodnocení
Vývojář CreatorOfFame
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.roblox.com/users/6008603/profile
URL Stránky Nápovědy https://www.roblox.com/users/6008603/profile
Podporované Jazyky 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"
            ]
        }
    ]
}