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 |
| 公式URL | 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 |
| Eメール | [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"
]
}
]
} | |