Roblox DevEst
Estimates USD earnings from any given asset on Roblox.
Wat is Roblox DevEst?
Roblox DevEst is een Chrome-extensie ontwikkeld door noahwillcrow, en de belangrijkste functie is "Estimates USD earnings from any given asset on Roblox.".
Extensie Screenshots
Download het CRX-bestand van de extensie Roblox DevEst
Download Roblox DevEst-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Roblox DevEst |
ID | mjoelkhmpnpbpdblgocjimjabjjdfmpo |
Officiële URL | https://chromewebstore.google.com/detail/roblox-devest/mjoelkhmpnpbpdblgocjimjabjjdfmpo |
Beschrijving | Estimates USD earnings from any given asset on Roblox. |
Bestandsgrootte | 39.54 KB |
Aantal Installaties | 8,882 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2017-07-22 |
Publicatiedatum | 2017-07-22 |
Beoordeling | 3.02/5 Totaal 53 Beoordelingen |
Ontwikkelaar | noahwillcrow |
Betalingswijze | free |
Extensiewebsite | https://github.com/noahwillcrow/DevEst |
Ondersteunde Talen | 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" ] } ] } |