CS2 Stash Enhancer

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

什么是CS2 Stash Enhancer?

CS2 Stash Enhancer是由Barto670开发的Chrome扩展程序,该扩展的主要功能是“Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载CS2 Stash Enhancer扩展crx文件

下载CS2 Stash Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⭐️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
-------------------------------------------------------------------------------------------------------------------------------------------------                    

扩展基本信息

名称 CS2 Stash Enhancer CS2 Stash Enhancer
ID foacepfkmbckfdnbgmphekpbamedhmjj
官方URL https://chromewebstore.google.com/detail/cs2-stash-enhancer/foacepfkmbckfdnbgmphekpbamedhmjj
简介 Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.
文件大小 464 KB
安装次数 93
当前版本 1.1.0
更新时间 2024-03-02
上架时间 2023-12-14
评分 5.00/5 共5次评分
开发者 Barto670
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}