Roblox DevEst

Estimates USD earnings from any given asset on Roblox.

Co je Roblox DevEst?

Roblox DevEst je rozšíření Chrome vyvinuté noahwillcrow, a jeho hlavní funkcí je „Estimates USD earnings from any given asset on Roblox.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Roblox DevEst

Stáhněte si soubory rozšíření Roblox DevEst ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Roblox DevEst Roblox DevEst
ID mjoelkhmpnpbpdblgocjimjabjjdfmpo
Oficiální URL https://chromewebstore.google.com/detail/roblox-devest/mjoelkhmpnpbpdblgocjimjabjjdfmpo
Popis Estimates USD earnings from any given asset on Roblox.
Velikost souboru 39.54 KB
Počet instalací 8,882
Aktuální Verze 1.3.1
Poslední Aktualizace 2017-07-22
Datum Vydání 2017-07-22
Hodnocení 3.02/5 Celkem 53 Hodnocení
Vývojář noahwillcrow
Typ Platby free
Webové stránky Rozšíření https://github.com/noahwillcrow/DevEst
Podporované Jazyky 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"
            ]
        }
    ]
}