CS:GO Skin Tester

CS:GO Skin Tester

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

Merlin
Additional files are visible only to premium users

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"
  }
}