ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
ROBLOX Inventory Search Barคืออะไร?
ROBLOX Inventory Search Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voiliax และคุณลักษณะหลักของมันคือ "Inventory Search Bar for ROBLOX ~ Luaox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ROBLOX Inventory Search Bar
ดาวน์โหลดไฟล์ส่วนขยาย ROBLOX Inventory Search Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
* 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgkkdanbongechmfnohphfppgimebipo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/roblox-inventory-search-b/jgkkdanbongechmfnohphfppgimebipo |
คำอธิบาย | Inventory Search Bar for ROBLOX ~ Luaox |
ขนาดไฟล์ | 22.4 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.1.9 |
อัปเดตครั้งล่าสุด | 2018-09-03 |
วันที่เผยแพร่ | 2018-09-03 |
คะแนน | 4.18/5 รวมทั้งหมด 131 คะแนน |
ผู้พัฒนา | Voiliax |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.roblox.com/User.aspx?ID=5111623 |
ภาษาที่รองรับ | 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 } |