CS2 Stash Enhancer
Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.
Co to jest CS2 Stash Enhancer?
CS2 Stash Enhancer to rozszerzenie Chrome opracowane przez Barto670, a jego główną funkcją jest „Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CS2 Stash Enhancer
Pobierz pliki rozszerzeń CS2 Stash Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
⭐️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 -------------------------------------------------------------------------------------------------------------------------------------------------
Podstawowe informacje o rozszerzeniu
Nazwa | CS2 Stash Enhancer |
ID | foacepfkmbckfdnbgmphekpbamedhmjj |
Oficjalny URL | https://chromewebstore.google.com/detail/cs2-stash-enhancer/foacepfkmbckfdnbgmphekpbamedhmjj |
Opis | Provides additional information about skin patterns, allows for more inspect options with skin floats & patterns. |
Rozmiar pliku | 464 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2024-03-02 |
Data Publikacji | 2023-12-14 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | Barto670 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } ] } |