Valve devs in-game: CSGO

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

O que é Valve devs in-game: CSGO?

Valve devs in-game: CSGO é uma extensão do Chrome desenvolvida por knobik, e sua principal característica é "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Valve devs in-game: CSGO

Baixe arquivos de extensão Valve devs in-game: CSGO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
URL Oficial https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Descrição Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Tamanho do Arquivo 264 KB
Contagem de Instalações 46
Versão Atual 0.3
Última Atualização 2016-08-24
Data de Publicação 2016-08-24
Classificação 4.00/5 Total de 8 Avaliações
Desenvolvedor knobik
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}