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!
O que é Roblox Trade Enhancer?
Roblox Trade Enhancer é uma extensão do Chrome desenvolvida por leadJS, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Roblox Trade Enhancer
Baixe arquivos de extensão Roblox Trade Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Roblox Trade Enhancer |
ID | lhfjkdhahmelehfjhnbgopnghoeppjof |
URL Oficial | https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof |
Descrição | Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search! |
Tamanho do Arquivo | 93.02 KB |
Contagem de Instalações | 4,804 |
Versão Atual | 1.0.7 |
Última Atualização | 2015-07-14 |
Data de Publicação | 2015-07-14 |
Classificação | 2.68/5 Total de 22 Avaliações |
Desenvolvedor | leadJS |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |