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."입니다.

확장 프로그램 스크린샷

screenshot

CS:GO Inventory Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A browser extension to provide a better CS:GO inventory experience.

Features

- Float
- Rank
- Seed
- Phase
- Fade
- Inspect in Browser
- Inspect on Server                    

확장 프로그램 기본 정보

이름 CS:GO Inventory Assistant CS:GO Inventory Assistant
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"
}