ROBLOX Inventory Search Bar

Inventory Search Bar for ROBLOX ~ Luaox

What is ROBLOX Inventory Search Bar?

ROBLOX Inventory Search Bar is a Chrome extension developed by Voiliax, and its main feature is "Inventory Search Bar for ROBLOX ~ Luaox".

Extension Screenshots

screenshot

Download ROBLOX Inventory Search Bar Extension CRX File

Download ROBLOX Inventory Search Bar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        * 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                    

Extension Basic Information

Name ROBLOX Inventory Search Bar ROBLOX Inventory Search Bar
ID jgkkdanbongechmfnohphfppgimebipo
Official URL https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo
Description Inventory Search Bar for ROBLOX ~ Luaox
File Size 22.4 KB
Installation Count 1,000
Current Version 1.1.9
Last Updated 2018-09-03
Publish Date 2018-09-03
Rating 4.18/5 Total 131 Ratings
Developer Voiliax
Payment Type free
Extension Website http://www.roblox.com/User.aspx?ID=5111623
Supported Languages 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
}