ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
O que é ROBLOX Inventory Search Bar?
ROBLOX Inventory Search Bar é uma extensão do Chrome desenvolvida por Voiliax, e sua principal característica é "Inventory Search Bar for ROBLOX ~ Luaox".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ROBLOX Inventory Search Bar
Baixe arquivos de extensão ROBLOX Inventory Search Bar 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
* 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
Informações Básicas da Extensão
Nome | |
ID | jgkkdanbongechmfnohphfppgimebipo |
URL Oficial | https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo |
Descrição | Inventory Search Bar for ROBLOX ~ Luaox |
Tamanho do Arquivo | 22.4 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1.9 |
Última Atualização | 2018-09-03 |
Data de Publicação | 2018-09-03 |
Classificação | 4.18/5 Total de 131 Avaliações |
Desenvolvedor | Voiliax |
Tipo de Pagamento | free |
Site da Extensão | http://www.roblox.com/User.aspx?ID=5111623 |
Idiomas Suportados | 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 } |