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!
Cos'è Roblox Trade Enhancer?
Roblox Trade Enhancer è un'estensione di Chrome sviluppata da leadJS, e la sua funzione principale è "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Roblox Trade Enhancer
Scarica i file di estensione Roblox Trade Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Roblox Trade Enhancer |
ID | lhfjkdhahmelehfjhnbgopnghoeppjof |
URL Ufficiale | https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof |
Descrizione | Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search! |
Dimensione del File | 93.02 KB |
Conteggio Installazioni | 4,804 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2015-07-14 |
Data di Pubblicazione | 2015-07-14 |
Valutazione | 2.68/5 Totale 22 Valutazioni |
Sviluppatore | leadJS |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |