ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
Cos'è ROBLOX Inventory Search Bar?
ROBLOX Inventory Search Bar è un'estensione di Chrome sviluppata da Voiliax, e la sua funzione principale è "Inventory Search Bar for ROBLOX ~ Luaox".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ROBLOX Inventory Search Bar
Scarica i file di estensione ROBLOX Inventory Search Bar 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
* I'm no longer active on ROBLOX, so this has not been updated for 3 years now. Feel free to take the extension as yours and modify/fix it. Inventory search bar for character customization. Find your items in just few seconds! ~ oxcool1 in roblox, pm ideas/bugs :) ~ credit xXShadowOo for the icon
Informazioni di Base sull'Estensione
Nome | |
ID | jgkkdanbongechmfnohphfppgimebipo |
URL Ufficiale | https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo |
Descrizione | Inventory Search Bar for ROBLOX ~ Luaox |
Dimensione del File | 22.4 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.1.9 |
Ultimo Aggiornamento | 2018-09-03 |
Data di Pubblicazione | 2018-09-03 |
Valutazione | 4.18/5 Totale 131 Valutazioni |
Sviluppatore | Voiliax |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.roblox.com/User.aspx?ID=5111623 |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ROBLOX Inventory Search Bar", "version": "1.1.9", "description": "Inventory Search Bar for ROBLOX ~ Luaox", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.roblox.com\/*", "https:\/\/*.roblox.com\/*" ], "js": [ "InvenSearch.js" ] } ], "manifest_version": 2 } |