Valve devs in-game: CSGO

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

什么是Valve devs in-game: CSGO?

Valve devs in-game: CSGO是由knobik开发的Chrome扩展程序,该扩展的主要功能是“Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.”。

扩展截图

screenshot

下载Valve devs in-game: CSGO扩展crx文件

下载Valve devs in-game: CSGO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
官方URL https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
简介 Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
文件大小 264 KB
安装次数 46
当前版本 0.3
更新时间 2016-08-24
上架时间 2016-08-24
评分 4.00/5 共8次评分
开发者 knobik
付费类型 free
支持的语言 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"
    ]
}