Valve devs in-game: CSGO
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.
Qu'est-ce que Valve devs in-game: CSGO ?
Valve devs in-game: CSGO est une extension Chrome développée par knobik, et sa fonction principale est "Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Valve devs in-game: CSGO
Téléchargez les fichiers d'extension Valve devs in-game: CSGO au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. Informations de Base sur l'Extension
| Nom | |
| ID | bllbioaicdbjdhhjiobepbhmpjaeffci |
| URL Officiel | https://chrome.google.com/webstore/detail/valve-devs-in-game-csgo/bllbioaicdbjdhhjiobepbhmpjaeffci |
| Description | Shows how many CSGO devs are in-game at the moment. Usefull for predicting big updates / beta testing. |
| Taille du Fichier | 264 KB |
| Nombre d'Installations | 46 |
| Version Actuelle | 0.3 |
| Dernière Mise à Jour | 2016-08-24 |
| Date de Publication | 2016-08-24 |
| Évaluation | 4.00/5 Total 8 Évaluations |
| Développeur | knobik |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
} | |