CS:GO Inventory Assistant
A browser extension to provide a better CS:GO inventory experience.
CS:GO Inventory Assistantとは何ですか?
CS:GO Inventory Assistantはhttp://sotasan.comによって開発されたChromeの拡張機能で、その主な機能は「A browser extension to provide a better CS:GO inventory experience.」です。
拡張機能のスクリーンショット
CS:GO Inventory Assistant拡張機能のCRXファイルをダウンロード
CS:GO Inventory Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A browser extension to provide a better CS:GO inventory experience.
Features
- Float
- Rank
- Seed
- Phase
- Fade
- Inspect in Browser
- Inspect on Server 拡張機能の基本情報
| 名前 | |
| ID | pcljahoomhckhoikcjbnoclcainafema |
| 公式URL | https://chrome.google.com/webstore/detail/csgo-inventory-assistant/pcljahoomhckhoikcjbnoclcainafema |
| 説明 | A browser extension to provide a better CS:GO inventory experience. |
| ファイルサイズ | 27.05 KB |
| インストール数 | 71 |
| 現在のバージョン | 0.6.0 |
| 最終更新日 | 2023-08-19 |
| 公開日 | 2021-12-28 |
| 評価 | 1.00/5 合計 1 レビュー |
| 開発者 | http://sotasan.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/sotasan/CSGOIA |
| ヘルプページのURL | https://github.com/sotasan/CSGOIA/issues |
| プライバシーポリシーページのURL | https://www.sotasan.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "shota",
"background": {
"scripts": [
"browser-polyfill.js",
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/steamcommunity.com\/*\/inventory*"
],
"js": [
"main.js"
]
}
],
"description": "A browser extension to provide a better CS:GO inventory experience.",
"developer": {
"name": "shota",
"url": "https:\/\/shota.dev"
},
"homepage_url": "https:\/\/github.com\/sho7a\/CSGOIA",
"icons": {
"128": "logo.png"
},
"manifest_version": 2,
"name": "CS:GO Inventory Assistant",
"permissions": [
"*:\/\/api.csgofloat.com\/*",
"*:\/\/api.csgoskins.gg\/*"
],
"short_name": "CSGOIA",
"version": "0.6.0"
} | |