VacStatus-Chrome
Quickly add players from your previously played games!
Wat is VacStatus-Chrome?
VacStatus-Chrome is een Chrome-extensie ontwikkeld door https://vacstat.us, en de belangrijkste functie is "Quickly add players from your previously played games!".
Extensie Screenshots
Download het CRX-bestand van de extensie VacStatus-Chrome
Download VacStatus-Chrome-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
Quickly add players to vacstatus from your previously played games! It's also open source! https://github.com/jung3o/VacStatus-Chrome
Basisinformatie over de Extensie
Naam | VacStatus-Chrome |
ID | odonflpjdomgpbcdgofdilbmalkejhbo |
Officiële URL | https://chromewebstore.google.com/detail/vacstatus-chrome/odonflpjdomgpbcdgofdilbmalkejhbo |
Beschrijving | Quickly add players from your previously played games! |
Bestandsgrootte | 363 KB |
Aantal Installaties | 303 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2015-08-14 |
Publicatiedatum | 2015-08-14 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://vacstat.us |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VacStatus-Chrome", "description": "Quickly add players from your previously played games!", "version": "0.0.3", "icons": { "16": "img\/vs16.png", "48": "img\/vs48.png", "128": "img\/vs128.png" }, "permissions": [ "storage", "notifications", "*:\/\/vacstat.us\/*", "*:\/\/steamcommunity.com\/*" ], "browser_action": { "default_icon": { "19": "img\/vs19.png", "38": "img\/vs38.png" }, "default_title": "VacStatus", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/vs48.png" ] } |