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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } ] } |