Roblox Catalog and Develop dropdown menu
This extension adds a dropdown menu to the Catalog and Develop button for easy access
Cos'è Roblox Catalog and Develop dropdown menu?
Roblox Catalog and Develop dropdown menu è un'estensione di Chrome sviluppata da CreatorOfFame, e la sua funzione principale è "This extension adds a dropdown menu to the Catalog and Develop button for easy access".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Catalog and Develop dropdown menu
Scarica i file di estensione Roblox Catalog and Develop dropdown menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ninlcpgbcnldebbfkclejmfdcaonfnng |
| URL Ufficiale | https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng |
| Descrizione | This extension adds a dropdown menu to the Catalog and Develop button for easy access |
| Dimensione del File | 49.55 KB |
| Conteggio Installazioni | 11,869 |
| Versione Corrente | 1.18 |
| Ultimo Aggiornamento | 2022-01-18 |
| Data di Pubblicazione | 2019-04-01 |
| Valutazione | 4.30/5 Totale 61 Valutazioni |
| Sviluppatore | CreatorOfFame |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.roblox.com/users/6008603/profile |
| URL della Pagina di Aiuto | https://www.roblox.com/users/6008603/profile |
| Lingue Supportate | 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"
]
}
]
} | |