CS2 Stash Enhancer

Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.

Qu'est-ce que CS2 Stash Enhancer ?

CS2 Stash Enhancer est une extension Chrome développée par Barto670, et sa fonction principale est "Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CS2 Stash Enhancer

Téléchargez les fichiers d'extension CS2 Stash Enhancer 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

                        ⭐️Description:
The aim of this extension is to enhance CS2Stash by introducing extra functionalities not currently available on the website. It grants users the capability to access more details regarding Counter Strike 2 skins, examine specific float values and patterns of skins, and easily locate rare patterns.

This lightweight extension offers inspect links for viewing skins in the main menu and !gen codes for inspecting skins on custom Counter Strike servers.

It's a third-party extension that's integrated within with https://csgostash.com, serving as a small project dedicated to the CS community. It's provided completely free of charge and without any advertisements.

Fully compatible with Chromium-based browsers such as Chrome, Edge, Brave, Opera, and Opera GX.

⭐️Features:
• Pattern and Float Editing: Users can modify the pattern and float of the skin they are currently viewing and then inspect it seamlessly.

• Multiple Phases Support: Users can view skins with multiple phases, such as Doppler with Phase 1-4, Ruby Sapphire, or Black Pearl variants.

• Gen Code Generation: The extension generates the !gen code, enabling users to inspect skins on custom Counter Strike 2 servers effortlessly.

• Inspect Code Generation: Users can generate inspect codes to paste inspect links directly into the Counter Strike 2 console for quick access.

• Rare Pattern Database: The extension includes a comprehensive database of rare patterns, providing information on their rarities, such as case-hardened tiers.

• Customizable Settings: Users have the flexibility to tweak certain parameters within the extension to tailor their experience according to their preferences.

⭐️Usage Instructions:
1) Install the Extension: Begin by installing the extension.

2) Visit the Website: Navigate to https://csgostash.com and select a skin or glove.

3) Access Additional Options: Upon loading the page, you'll notice additional options for inspecting skins, similar to the image provided above.

4) Select Skin Wear and Pattern: Choose the desired skin wear and pattern, then click the corresponding button to inspect in-game. Counter Strike will open, showcasing the exact skin as displayed.

5) Pin the Addon: For convenience, pin the addon to your browser tab to access custom and additional features effortlessly.

⭐️Additional:
If you wish to contact me, please utilize the email provided on the store page or any of the social links available in the extension. You can easily access these links once you pin the extension to your browser.



-------------------------------------------------------------------------------------------------------------------------------------------------
Tags: counter strike 2, csgo, cs, cs2stash, csgostash, inspect skins, float value, find skin pattern, browser extension, chromium-based browsers, skin wear, glove inspection, in-game inspection, browser addon, contact information, social links, installation guide, skin database, gaming community, rare skins, custom servers, skin customization, pattern recognition, user interface, seamless integration, user support, feedback, community engagement
-------------------------------------------------------------------------------------------------------------------------------------------------                    

Informations de Base sur l'Extension

Nom CS2 Stash Enhancer CS2 Stash Enhancer
ID foacepfkmbckfdnbgmphekpbamedhmjj
URL Officiel https://chromewebstore.google.com/detail/cs2-stash-enhancer/foacepfkmbckfdnbgmphekpbamedhmjj
Description Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.
Taille du Fichier 464 KB
Nombre d'Installations 93
Version Actuelle 1.1.0
Dernière Mise à Jour 2024-03-02
Date de Publication 2023-12-14
Évaluation 5.00/5 Total 5 Évaluations
Développeur Barto670
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CS2 Stash Enhancer",
    "description": "Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.",
    "homepage_url": "https:\/\/github.com\/Barto670\/cs2stash_enhancer",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "CS2 Stash Enhancer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "\/scripts\/crc32.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/csgostash.com\/skin\/*",
                "https:\/\/csgostash.com\/glove\/*"
            ]
        }
    ]
}