CS:GO Inventory Assistant
A browser extension to provide a better CS:GO inventory experience.
Qu'est-ce que CS:GO Inventory Assistant ?
CS:GO Inventory Assistant est une extension Chrome développée par http://sotasan.com, et sa fonction principale est "A browser extension to provide a better CS:GO inventory experience.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CS:GO Inventory Assistant
Téléchargez les fichiers d'extension CS:GO Inventory Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A browser extension to provide a better CS:GO inventory experience. Features - Float - Rank - Seed - Phase - Fade - Inspect in Browser - Inspect on Server
Informations de Base sur l'Extension
Nom | |
ID | pcljahoomhckhoikcjbnoclcainafema |
URL Officiel | https://chrome.google.com/webstore/detail/csgo-inventory-assistant/pcljahoomhckhoikcjbnoclcainafema |
Description | A browser extension to provide a better CS:GO inventory experience. |
Taille du Fichier | 27.05 KB |
Nombre d'Installations | 71 |
Version Actuelle | 0.6.0 |
Dernière Mise à Jour | 2023-08-19 |
Date de Publication | 2021-12-28 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://sotasan.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sotasan/CSGOIA |
URL de la Page d'Aide | https://github.com/sotasan/CSGOIA/issues |
URL de la Page de Politique de Confidentialité | https://www.sotasan.com/privacy |
Langues Prises en Charge | 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" } |