CS:GO Inventory Assistant

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

What is CS:GO Inventory Assistant?

CS:GO Inventory Assistant is a Chrome extension developed by http://sotasan.com, and its main feature is "A browser extension to provide a better CS:GO inventory experience.".

Extension Screenshots

screenshot

Download CS:GO Inventory Assistant Extension CRX File

Download CS:GO Inventory Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Features

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

Extension Basic Information

Name CS:GO Inventory Assistant CS:GO Inventory Assistant
ID pcljahoomhckhoikcjbnoclcainafema
Official URL https://chrome.google.com/webstore/detail/csgo-inventory-assistant/pcljahoomhckhoikcjbnoclcainafema
Description A browser extension to provide a better CS:GO inventory experience.
File Size 27.05 KB
Installation Count 71
Current Version 0.6.0
Last Updated 2023-08-19
Publish Date 2021-12-28
Rating 1.00/5 Total 1 Ratings
Developer http://sotasan.com
Email [email protected]
Payment Type free
Extension Website https://github.com/sotasan/CSGOIA
Help Page URL https://github.com/sotasan/CSGOIA/issues
Privacy Policy Page URL https://www.sotasan.com/privacy
Supported Languages 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"
}