Roblox DevEst

Estimates USD earnings from any given asset on Roblox.

What is Roblox DevEst?

Roblox DevEst is a Chrome extension developed by noahwillcrow, and its main feature is "Estimates USD earnings from any given asset on Roblox.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Roblox DevEst Extension CRX File

Download Roblox DevEst extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Roblox DevEst Roblox DevEst
ID mjoelkhmpnpbpdblgocjimjabjjdfmpo
Official URL https://chromewebstore.google.com/detail/roblox-devest/mjoelkhmpnpbpdblgocjimjabjjdfmpo
Description Estimates USD earnings from any given asset on Roblox.
File Size 39.54 KB
Installation Count 8,882
Current Version 1.3.1
Last Updated 2017-07-22
Publish Date 2017-07-22
Rating 3.02/5 Total 53 Ratings
Developer noahwillcrow
Payment Type free
Extension Website https://github.com/noahwillcrow/DevEst
Supported Languages 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"
            ]
        }
    ]
}