Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Co to jest Valve devs in-game: CSGO?
Valve devs in-game: CSGO to rozszerzenie Chrome opracowane przez knobik, a jego główną funkcją jest „Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Valve devs in-game: CSGO
Pobierz pliki rozszerzeń Valve devs in-game: CSGO w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
Oficjalny URL | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
Opis | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
Rozmiar pliku | 264 KB |
Liczba instalacji | 46 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2016-08-24 |
Data Publikacji | 2016-08-24 |
Ocena | 4.00/5 Łącznie 8 Oceny |
Deweloper | knobik |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |