CS:GO Skin Tester
Test any CS:GO skin in-game on a test server.
Τι είναι το CS:GO Skin Tester;
Το CS:GO Skin Tester είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://csgoskins.gg, και η κύρια λειτουργία του είναι "Test any CS:GO skin in-game on a test server.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CS:GO Skin Tester
Λήψη αρχείων επέκτασης CS:GO Skin Tester σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This Google Chrome extension allows you to test any CS:GO skin in-game on a CS:GO community server.
You can equip the skin, walk around with it, and inspect it in the actual game environment.
How does it work?
==========================
The Steam Community Market and most third party websites which deal with CS:GO skins have an "Inspect Link" that you can use to for the traditional in-game inspection of a skin.
This extension takes such an inspect link and sends it to a CS:GO community server which you can join, and where you're then equipped with the skin from the inspect link.
Usage
==========================
Simply visit the Steam Community Market or any other third party website that supports inspect links for CS:GO skins, right-click on the inspect link, and click on "Test CS:GO skin in-game". You'll be connected to the CS:GO test server where you receive the skin.
Here are some popular skin platforms that support inspect links and where this extension will work:
✓ steamcommunity.com
✓ cs.money
✓ bitskins.com
✓ skinport.com
✓ skinbaron.com
✓ swap.gg
✓ And many others! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | fmljflfbojphpnbijaceeemjapgkefin |
| Επίσημο URL | https://chromewebstore.google.com/detail/csgo-skin-tester/fmljflfbojphpnbijaceeemjapgkefin |
| Περιγραφή | Test any CS:GO skin in-game on a test server. |
| Μέγεθος Αρχείου | 15.53 KB |
| Αριθμός Εγκαταστάσεων | 7,517 |
| Τρέχουσα Έκδοση | 0.1.2 |
| Τελευταία Ενημέρωση | 2021-07-06 |
| Ημερομηνία Δημοσίευσης | 2020-07-01 |
| Αξιολόγηση | 3.27/5 Συνολικά 37 Αξιολογήσεις |
| Προγραμματιστής | https://csgoskins.gg |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://csgoskins.gg |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CS:GO Skin Tester",
"version": "0.1.2",
"description": "Test any CS:GO skin in-game on a test server.",
"manifest_version": 2,
"permissions": [
"contextMenus",
"notifications",
"https:\/\/api.csgoskins.gg\/*"
],
"background": {
"page": "background.html"
},
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
}
} | |