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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
]
}
]
} | |