Roblox Catalog and Develop dropdown menu
This extension adds a dropdown menu to the Catalog and Develop button for easy access
Apa itu Roblox Catalog and Develop dropdown menu?
Roblox Catalog and Develop dropdown menu adalah ekstensi Chrome yang dikembangkan oleh CreatorOfFame, dan fitur utamanya adalah "This extension adds a dropdown menu to the Catalog and Develop button for easy access".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Roblox Catalog and Develop dropdown menu
Unduh file ekstensi Roblox Catalog and Develop dropdown menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Roblox Catalog and Develop dropdown menu |
ID | ninlcpgbcnldebbfkclejmfdcaonfnng |
URL Resmi | https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng |
Deskripsi | This extension adds a dropdown menu to the Catalog and Develop button for easy access |
Ukuran File | 49.55 KB |
Jumlah Instalasi | 11,869 |
Versi Saat Ini | 1.18 |
Terakhir Diperbarui | 2022-01-18 |
Tanggal Publikasi | 2019-04-01 |
Penilaian | 4.30/5 Total 61 Penilaian |
Pengembang | CreatorOfFame |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.roblox.com/users/6008603/profile |
URL Halaman Bantuan | https://www.roblox.com/users/6008603/profile |
Bahasa yang Didukung | 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" ] } ] } |