Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Vad är Valve devs in-game: CSGO?
Valve devs in-game: CSGO är en Chrome-tillägg utvecklad av knobik, och dess huvudfunktion är "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".
Tilläggsskärmbilder
Ladda ner Valve devs in-game: CSGO-förlängningens CRX-fil
Ladda ner Valve devs in-game: CSGO-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Grundläggande Information om Tillägg
Namn | |
ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
Officiell webbadress | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
Beskrivning | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
Filstorlek | 264 KB |
Antal Installationer | 46 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2016-08-24 |
Publiceringsdatum | 2016-08-24 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | knobik |
Betalningssätt | free |
Stödda Språk | 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" ] } |