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”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 ROBLOX Inventory Search Bar ROBLOX Inventory Search Bar
ID jgkkdanbongechmfnohphfppgimebipo
官方網址 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
}