Valve devs in-game: CSGO

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

Apa itu Valve devs in-game: CSGO?

Valve devs in-game: CSGO adalah ekstensi Chrome yang dikembangkan oleh knobik, dan fitur utamanya adalah "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Valve devs in-game: CSGO

Unduh file ekstensi Valve devs in-game: CSGO dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Valve devs in-game: CSGO Valve devs in-game: CSGO
ID bllbioaicdbjdhhjiobepbhmpjaeffci
URL Resmi https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci
Deskripsi Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Ukuran File 264 KB
Jumlah Instalasi 46
Versi Saat Ini 0.3
Terakhir Diperbarui 2016-08-24
Tanggal Publikasi 2016-08-24
Penilaian 4.00/5 Total 8 Penilaian
Pengembang knobik
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}