Valve devs in-game: CSGO

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

Hvad er Valve devs in-game: CSGO?

Valve devs in-game: CSGO er en Chrome-udvidelse udviklet af knobik, og dens hovedfunktion er "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Udvidelsesskærmbilleder

screenshot

Download Valve devs in-game: CSGO-udvidelses-CRX-fil

Download Valve devs in-game: CSGO-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
Officiel URL https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Beskrivelse Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Filstørrelse 264 KB
Antal Installationer 46
Nuværende Version 0.3
Senest Opdateret 2016-08-24
Udgivelsesdato 2016-08-24
Bedømmelse 4.00/5 Samlet 8 Bedømmelser
Udvikler knobik
Betalingsmetode free
Understøttede Sprog 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"
    ]
}