ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
¿Qué es ROBLOX Inventory Search Bar?
ROBLOX Inventory Search Bar es una extensión de Chrome desarrollada por Voiliax, y su función principal es "Inventory Search Bar for ROBLOX ~ Luaox".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ROBLOX Inventory Search Bar
Descarga archivos de extensión ROBLOX Inventory Search Bar 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
* 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
Información Básica de la Extensión
Nombre | |
ID | jgkkdanbongechmfnohphfppgimebipo |
URL Oficial | https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo |
Descripción | Inventory Search Bar for ROBLOX ~ Luaox |
Tamaño del Archivo | 22.4 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 1.1.9 |
Última Actualización | 2018-09-03 |
Fecha de Publicación | 2018-09-03 |
Calificación | 4.18/5 Total de 131 Calificaciones |
Desarrollador | Voiliax |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.roblox.com/User.aspx?ID=5111623 |
Idiomas Soportados | 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 } |