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 |
| 电子邮箱 | [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"
} | |