ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
Wat is ROBLOX Inventory Search Bar?
ROBLOX Inventory Search Bar is een Chrome-extensie ontwikkeld door Voiliax, en de belangrijkste functie is "Inventory Search Bar for ROBLOX ~ Luaox".
Extensie Screenshots
Download het CRX-bestand van de extensie ROBLOX Inventory Search Bar
Download ROBLOX Inventory Search Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
* 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
Basisinformatie over de Extensie
Naam | |
ID | jgkkdanbongechmfnohphfppgimebipo |
Officiële URL | https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo |
Beschrijving | Inventory Search Bar for ROBLOX ~ Luaox |
Bestandsgrootte | 22.4 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1.9 |
Laatst Bijgewerkt | 2018-09-03 |
Publicatiedatum | 2018-09-03 |
Beoordeling | 4.18/5 Totaal 131 Beoordelingen |
Ontwikkelaar | Voiliax |
Betalingswijze | free |
Extensiewebsite | http://www.roblox.com/User.aspx?ID=5111623 |
Ondersteunde Talen | 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 } |