Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Wat is Valve devs in-game: CSGO?
Valve devs in-game: CSGO is een Chrome-extensie ontwikkeld door knobik, en de belangrijkste functie is "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".
Extensie Screenshots
Download het CRX-bestand van de extensie Valve devs in-game: CSGO
Download Valve devs in-game: CSGO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Basisinformatie over de Extensie
Naam | |
ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
Officiële URL | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
Beschrijving | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
Bestandsgrootte | 264 KB |
Aantal Installaties | 46 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2016-08-24 |
Publicatiedatum | 2016-08-24 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | knobik |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |