Roblox Trade Enhancer

Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!

Co to jest Roblox Trade Enhancer?

Roblox Trade Enhancer to rozszerzenie Chrome opracowane przez leadJS, a jego główną funkcją jest „Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Roblox Trade Enhancer

Pobierz pliki rozszerzeń Roblox Trade Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        To use Roblox Trade Enhancer, simply click on the RTE icon. It will prompt you what item you are searching for, and this is where you input the item name. It will then display to you the Value and Demand of the item after you enter it.

RTE goes to into effect instantly after installation and will be ready for use.                    

Podstawowe informacje o rozszerzeniu

Nazwa Roblox Trade Enhancer Roblox Trade Enhancer
ID lhfjkdhahmelehfjhnbgopnghoeppjof
Oficjalny URL https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof
Opis Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!
Rozmiar pliku 93.02 KB
Liczba instalacji 4,804
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2015-07-14
Data Publikacji 2015-07-14
Ocena 2.68/5 Łącznie 22 Oceny
Deweloper leadJS
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "Icon.png"
    },
    "description": "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!",
    "homepage_url": "http:\/\/www.roblox.com\/User.aspx?ID=88194833",
    "icons": {
        "128": "Icon.png",
        "16": "Icon.png",
        "48": "Icon.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Roblox Trade Enhancer",
    "permissions": [
        "notifications",
        "unlimitedStorage"
    ],
    "short_name": "RTE",
    "version": "1.0.7",
    "web_accessible_resources": [
        "Icon.png",
        "background.js",
        "jquery.js",
        "Icon.png"
    ]
}