Valve devs in-game: CSGO

Valve devs in-game: CSGO

Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Valve devs in-game: CSGO",
  "description": "",
  "version": "0.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "alarms",
    "webRequest",
    "https://steamcommunity.com/*",
    "http://steamcommunity.com/*"
  ],
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "web_accessible_resources": [
    "48.png"
  ]
}