ROBLOX Inventory Search Bar

Inventory Search Bar for ROBLOX ~ Luaox

Co to jest ROBLOX Inventory Search Bar?

ROBLOX Inventory Search Bar to rozszerzenie Chrome opracowane przez Voiliax, a jego główną funkcją jest „Inventory Search Bar for ROBLOX ~ Luaox”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ROBLOX Inventory Search Bar

Pobierz pliki rozszerzeń ROBLOX Inventory Search Bar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        * 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                    

Podstawowe informacje o rozszerzeniu

Nazwa ROBLOX Inventory Search Bar ROBLOX Inventory Search Bar
ID jgkkdanbongechmfnohphfppgimebipo
Oficjalny URL https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo
Opis Inventory Search Bar for ROBLOX ~ Luaox
Rozmiar pliku 22.4 KB
Liczba instalacji 1,000
Aktualna Wersja 1.1.9
Ostatnia Aktualizacja 2018-09-03
Data Publikacji 2018-09-03
Ocena 4.18/5 Łącznie 131 Oceny
Deweloper Voiliax
Typ Płatności free
Strona Rozszerzenia http://www.roblox.com/User.aspx?ID=5111623
Obsługiwane Języki 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
}