Valve devs in-game: CSGO

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

Was ist Valve devs in-game: CSGO?

Valve devs in-game: CSGO ist eine Chrome-Erweiterung, die von knobik entwickelt wurde, und ihr Hauptmerkmal ist "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Erweiterungsscreenshots

screenshot

Valve devs in-game: CSGO-Erweiterungs-CRX-Datei herunterladen

Laden Sie Valve devs in-game: CSGO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
Offizielle URL https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Beschreibung Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Dateigröße 264 KB
Installationsanzahl 46
Aktuelle Version 0.3
Letztes Update 2016-08-24
Veröffentlichungsdatum 2016-08-24
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler knobik
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}