Roblox Catalog and Develop dropdown menu
This extension adds a dropdown menu to the Catalog and Develop button for easy access
Qu'est-ce que Roblox Catalog and Develop dropdown menu ?
Roblox Catalog and Develop dropdown menu est une extension Chrome développée par CreatorOfFame, et sa fonction principale est "This extension adds a dropdown menu to the Catalog and Develop button for easy access".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roblox Catalog and Develop dropdown menu
Téléchargez les fichiers d'extension Roblox Catalog and Develop dropdown menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Roblox Catalog and Develop dropdown menu |
ID | ninlcpgbcnldebbfkclejmfdcaonfnng |
URL Officiel | https://chromewebstore.google.com/detail/roblox-catalog-and-develo/ninlcpgbcnldebbfkclejmfdcaonfnng |
Description | This extension adds a dropdown menu to the Catalog and Develop button for easy access |
Taille du Fichier | 49.55 KB |
Nombre d'Installations | 11,869 |
Version Actuelle | 1.18 |
Dernière Mise à Jour | 2022-01-18 |
Date de Publication | 2019-04-01 |
Évaluation | 4.30/5 Total 61 Évaluations |
Développeur | CreatorOfFame |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.roblox.com/users/6008603/profile |
URL de la Page d'Aide | https://www.roblox.com/users/6008603/profile |
Langues Prises en Charge | 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" ] } ] } |