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
官方網址 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"
    ]
}