Valve devs in-game: CSGO

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

What is Valve devs in-game: CSGO?

Valve devs in-game: CSGO is a Chrome extension developed by knobik, and its main feature is "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Extension Screenshots

screenshot

Download Valve devs in-game: CSGO Extension CRX File

Download Valve devs in-game: CSGO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
Official URL https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Description Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
File Size 264 KB
Installation Count 46
Current Version 0.3
Last Updated 2016-08-24
Publish Date 2016-08-24
Rating 4.00/5 Total 8 Ratings
Developer knobik
Payment Type free
Supported Languages en
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"
    ]
}