CS:GO Inventory Assistant

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

Cos'è CS:GO Inventory Assistant?

CS:GO Inventory Assistant è un'estensione di Chrome sviluppata da http://sotasan.com, e la sua funzione principale è "A browser extension to provide a better CS:GO inventory experience.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CS:GO Inventory Assistant

Scarica i file di estensione CS:GO Inventory Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Features

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

Informazioni di Base sull'Estensione

Nome CS:GO Inventory Assistant CS:GO Inventory Assistant
ID pcljahoomhckhoikcjbnoclcainafema
URL Ufficiale https://chrome.google.com/webstore/detail/csgo-inventory-assistant/pcljahoomhckhoikcjbnoclcainafema
Descrizione A browser extension to provide a better CS:GO inventory experience.
Dimensione del File 27.05 KB
Conteggio Installazioni 71
Versione Corrente 0.6.0
Ultimo Aggiornamento 2023-08-19
Data di Pubblicazione 2021-12-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://sotasan.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/sotasan/CSGOIA
URL della Pagina di Aiuto https://github.com/sotasan/CSGOIA/issues
URL della Pagina della Politica sulla Privacy https://www.sotasan.com/privacy
Lingue Supportate 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"
}