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.”。
扩展截图
下载CS:GO Skin Tester扩展crx文件
下载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!
扩展基本信息
名称 | 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" } } |