Asset Search

Author: Mikowhy Owl - https://mikowhy-owl.github.io/

Asset Searchคืออะไร?

Asset Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย assetsearchext และคุณลักษณะหลักของมันคือ "Author: Mikowhy Owl - https://mikowhy-owl.github.io/"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asset Search

ดาวน์โหลดไฟล์ส่วนขยาย Asset Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If you wish to support our efforts, please consider donating to our very talented developer - https://www.buymeacoffee.com/mikowhyowl

Welcome to the AssetSearch page! Our primary function is a feature that allows Roblox users to effortlessly download assets from around the platform; hence the name. This includes shirts, pants, t-shirts, models, the list goes on! We started out in 2019 on Discord under the name "Roblox Item ID", and have since changed Owners and Names several times. We now are known as BloxUtilities, and are trademarked for having uniquely useful features that allow users to preform different functions around the platform. In an effort to expand our services, we have decided to start up AssetSearch, and are very excited for what's coming ahead. We are also compatible with all other Roblox Extensions, and we heavily encourage you to use our services among others such as RoPro. Please note we do not recommend using our services to steal, and/or reupload stolen work to the Roblox platform. We are not responsible for how people use our Extension, and we are against stealing and copying stolen work. We also are not responsible if action is taken against your account. You have been warned.  Also note that we do not store any account information.

View our full Terms Of Service and Privacy Policy here: https://docs.google.com/document/d/1WfsR73tUJ7sPVzh7G2wtNYggyMuinhB3Y7zBXHe_yOQ/edit?usp=drivesdk

Owner: AgentTwo#9073
Discord: Coming soon...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Asset Search Asset Search
ID lbbnflmcjoiccbnphomocoiomkcaohlb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/asset-search/lbbnflmcjoiccbnphomocoiomkcaohlb
คำอธิบาย Author: Mikowhy Owl - https://mikowhy-owl.github.io/
ขนาดไฟล์ 280 KB
จำนวนการติดตั้ง 829
เวอร์ชันปัจจุบัน 3.0.1
อัปเดตครั้งล่าสุด 2022-03-28
วันที่เผยแพร่ 2021-10-20
คะแนน 3.44/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา assetsearchext
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://github.com/Mikowhy-owl/asset-search-ext
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asset Search",
    "version": "3.0.1",
    "author": "Mikowhy Owl",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2,
    "description": "Author: Mikowhy Owl - https:\/\/mikowhy-owl.github.io\/",
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.roblox.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}