VacYourFriends

VacYourFriends

Add a fake VAC ban message on your friends profile! Go to a profile and click the extensions icon to add it! https://gitlab.com/_Lighty_/vacyourfriends Now supports already VAC banned or game banned profiles! Vacyourfriends, Vacyourfri

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "VacYourFriends",
  "version": "1.0.1",
  "default_locale": "en",
  "icons": {
    "150": "vacicon.png"
  },
  "permissions": [
    "*://*.steamcommunity.com/*",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {}
}