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 là gì?

Valve devs in-game: CSGO là một tiện ích mở rộng Chrome được phát triển bởi knobik, và tính năng chính của nó là "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Valve devs in-game: CSGO

Tải xuống các tệp mở rộng Valve devs in-game: CSGO dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
URL Chính Thức https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Mô tả Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Kích Thước Tệp 264 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2016-08-24
Ngày Phát Hành 2016-08-24
Đánh Giá 4.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển knobik
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}