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 |
| 官方網址 | 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"
]
}
]
} | |