ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
Apa itu ROBLOX Inventory Search Bar?
ROBLOX Inventory Search Bar adalah ekstensi Chrome yang dikembangkan oleh Voiliax, dan fitur utamanya adalah "Inventory Search Bar for ROBLOX ~ Luaox".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ROBLOX Inventory Search Bar
Unduh file ekstensi ROBLOX Inventory Search Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
* 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
Informasi Dasar Ekstensi
Nama | |
ID | jgkkdanbongechmfnohphfppgimebipo |
URL Resmi | https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo |
Deskripsi | Inventory Search Bar for ROBLOX ~ Luaox |
Ukuran File | 22.4 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.1.9 |
Terakhir Diperbarui | 2018-09-03 |
Tanggal Publikasi | 2018-09-03 |
Penilaian | 4.18/5 Total 131 Penilaian |
Pengembang | Voiliax |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.roblox.com/User.aspx?ID=5111623 |
Bahasa yang Didukung | 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 } |