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 là gì?
Roblox Catalog and Develop dropdown menu là một tiện ích mở rộng Chrome được phát triển bởi CreatorOfFame, và tính năng chính của nó là "This extension adds a dropdown menu to the Catalog and Develop button for easy access".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Roblox Catalog and Develop dropdown menu
Tải xuống các tệp mở rộng Roblox Catalog and Develop dropdown menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roblox Catalog and Develop dropdown menu |
ID | ninlcpgbcnldebbfkclejmfdcaonfnng |
URL Chính Thức | https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng |
Mô tả | This extension adds a dropdown menu to the Catalog and Develop button for easy access |
Kích Thước Tệp | 49.55 KB |
Số Lần Cài Đặt | 11,869 |
Phiên Bản Hiện Tại | 1.18 |
Cập Nhật Lần Cuối | 2022-01-18 |
Ngày Phát Hành | 2019-04-01 |
Đánh Giá | 4.30/5 Tổng số 61 Đánh Giá |
Nhà Phát Triển | CreatorOfFame |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.roblox.com/users/6008603/profile |
URL Trang Trợ Giúp | https://www.roblox.com/users/6008603/profile |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |