Roblox DevEst
Estimates USD earnings from any given asset on Roblox.
Qu'est-ce que Roblox DevEst ?
Roblox DevEst est une extension Chrome développée par noahwillcrow, et sa fonction principale est "Estimates USD earnings from any given asset on Roblox.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roblox DevEst
Téléchargez les fichiers d'extension Roblox DevEst 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
This extension automatically shows an estimate of USD earned by any given purchasable asset on Roblox. If you've ever wondered how much the top developers on Roblox are making, this extension will help you to figure that out! Source code is available on GitHub!
Informations de Base sur l'Extension
Nom | Roblox DevEst |
ID | mjoelkhmpnpbpdblgocjimjabjjdfmpo |
URL Officiel | https://chromewebstore.google.com/detail/roblox-devest/mjoelkhmpnpbpdblgocjimjabjjdfmpo |
Description | Estimates USD earnings from any given asset on Roblox. |
Taille du Fichier | 39.54 KB |
Nombre d'Installations | 8,882 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2017-07-22 |
Date de Publication | 2017-07-22 |
Évaluation | 3.02/5 Total 53 Évaluations |
Développeur | noahwillcrow |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/noahwillcrow/DevEst |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Roblox DevEst", "short_name": "DevEst", "version": "1.3.1", "description": "Estimates USD earnings from any given asset on Roblox.", "icons": { "32": "icon.png", "128": "icon-128.png" }, "permissions": [ "http:\/\/*.roblox.com\/", "https:\/\/*.roblox.com\/" ], "browser_action": { "default_title": "", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/*" ], "js": [ "jquery-3.2.1.min.js", "devest.js" ] } ] } |