CS:GO Skin Tester

Test any CS:GO skin in-game on a test server.

CS:GO Skin Tester क्या है?

CS:GO Skin Tester https://csgoskins.gg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test any CS:GO skin in-game on a test server."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CS:GO Skin Tester एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम CS:GO Skin Tester CS:GO Skin Tester
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"
    }
}