Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
¿Qué es Valve devs in-game: CSGO?
Valve devs in-game: CSGO es una extensión de Chrome desarrollada por knobik, y su función principal es "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Valve devs in-game: CSGO
Descarga archivos de extensión Valve devs in-game: CSGO en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Información Básica de la Extensión
Nombre | |
ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
URL Oficial | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
Descripción | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
Tamaño del Archivo | 264 KB |
Cantidad de Instalaciones | 46 |
Versión Actual | 0.3 |
Última Actualización | 2016-08-24 |
Fecha de Publicación | 2016-08-24 |
Calificación | 4.00/5 Total de 8 Calificaciones |
Desarrollador | knobik |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |