Roblox Clothing Exporter
Export the template or assets for any Roblox clothing
什麼是Roblox Clothing Exporter?
Roblox Clothing Exporter是由ultrabulgarian3開發的Chrome擴展程式,該擴展的主要功能是“Export the template or assets for any Roblox clothing”。
擴展截圖
下載Roblox Clothing Exporter擴展crx文件
下載Roblox Clothing Exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will automatically redirect you to the template or asset of any Roblox clothing.
For example, if you go to a Shirt it will redirect to the shirt template. 擴展基本資訊
| 名稱 | |
| ID | nanlmodcmlanoenjoifgnlhefpaebonn |
| 官方網址 | https://chromewebstore.google.com/detail/roblox-clothing-exporter/nanlmodcmlanoenjoifgnlhefpaebonn |
| 簡介 | Export the template or assets for any Roblox clothing |
| 檔案大小 | 3.82 KB |
| 安裝次數 | 10,407 |
| 目前版本 | 1 |
| 更新時間 | 2022-12-11 |
| 上架時間 | 2022-12-10 |
| 評分 | 4.33/5 共 46 次評分 |
| 開發者 | ultrabulgarian3 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://3aclothing.com/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Roblox Clothing Exporter",
"description": "Export the template or assets for any Roblox clothing",
"version": "1",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*.roblox.com\/*"
],
"js": [
"content.js"
]
}
]
} | |