Valve devs in-game: CSGO

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

Cos'è Valve devs in-game: CSGO?

Valve devs in-game: CSGO è un'estensione di Chrome sviluppata da knobik, e la sua funzione principale è "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Valve devs in-game: CSGO

Scarica i file di estensione Valve devs in-game: CSGO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
URL Ufficiale https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Descrizione Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Dimensione del File 264 KB
Conteggio Installazioni 46
Versione Corrente 0.3
Ultimo Aggiornamento 2016-08-24
Data di Pubblicazione 2016-08-24
Valutazione 4.00/5 Totale 8 Valutazioni
Sviluppatore knobik
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}