CS2 Stash Enhancer

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

CS2 Stash Enhancer là gì?

CS2 Stash Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Barto670, và tính năng chính của nó là "Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CS2 Stash Enhancer

Tải xuống các tệp mở rộng CS2 Stash Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CS2 Stash Enhancer CS2 Stash Enhancer
ID foacepfkmbckfdnbgmphekpbamedhmjj
URL Chính Thức https://chromewebstore.google.com/detail/cs2-stash-enhancer/foacepfkmbckfdnbgmphekpbamedhmjj
Mô tả Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.
Kích Thước Tệp 464 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2023-12-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Barto670
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}