Roblox Catalog and Develop dropdown menu
This extension adds a dropdown menu to the Catalog and Develop button for easy access
Was ist Roblox Catalog and Develop dropdown menu?
Roblox Catalog and Develop dropdown menu ist eine Chrome-Erweiterung, die von CreatorOfFame entwickelt wurde, und ihr Hauptmerkmal ist "This extension adds a dropdown menu to the Catalog and Develop button for easy access".
Erweiterungsscreenshots
Roblox Catalog and Develop dropdown menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roblox Catalog and Develop dropdown menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ninlcpgbcnldebbfkclejmfdcaonfnng |
| Offizielle URL | https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng |
| Beschreibung | This extension adds a dropdown menu to the Catalog and Develop button for easy access |
| Dateigröße | 49.55 KB |
| Installationsanzahl | 11,869 |
| Aktuelle Version | 1.18 |
| Letztes Update | 2022-01-18 |
| Veröffentlichungsdatum | 2019-04-01 |
| Bewertung | 4.30/5 Insgesamt 61 Bewertungen |
| Entwickler | CreatorOfFame |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.roblox.com/users/6008603/profile |
| Hilfeseite URL | https://www.roblox.com/users/6008603/profile |
| Unterstützte Sprachen | 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"
]
}
]
} | |