ROBLOX Inventory Search Bar
Inventory Search Bar for ROBLOX ~ Luaox
什么是ROBLOX Inventory Search Bar?
ROBLOX Inventory Search Bar是由Voiliax开发的Chrome扩展程序,该扩展的主要功能是“Inventory Search Bar for ROBLOX ~ Luaox”。
扩展截图
下载ROBLOX Inventory Search Bar扩展crx文件
下载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 } |