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!

¿Qué es Roblox Trade Enhancer?

Roblox Trade Enhancer es una extensión de Chrome desarrollada por leadJS, y su función principal es "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Roblox Trade Enhancer

Descarga archivos de extensión Roblox Trade Enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Roblox Trade Enhancer Roblox Trade Enhancer
ID lhfjkdhahmelehfjhnbgopnghoeppjof
URL Oficial https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof
Descripción Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!
Tamaño del Archivo 93.02 KB
Cantidad de Instalaciones 4,804
Versión Actual 1.0.7
Última Actualización 2015-07-14
Fecha de Publicación 2015-07-14
Calificación 2.68/5 Total de 22 Calificaciones
Desarrollador leadJS
Tipo de Pago free
Idiomas Soportados 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"
    ]
}