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によって開発されたChromeの拡張機能で、その主な機能は「This extension adds a dropdown menu to the Catalog and Develop button for easy access」です。

拡張機能のスクリーンショット

screenshot

Roblox Catalog and Develop dropdown menu拡張機能のCRXファイルをダウンロード

Roblox Catalog and Develop dropdown menu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}