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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Test any CS:GO skin in-game on a test server."입니다.

확장 프로그램 스크린샷

screenshot

CS:GO Skin Tester 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}