VacStatus-Chrome
Quickly add players from your previously played games!
What is VacStatus-Chrome?
VacStatus-Chrome is a Chrome extension developed by https://vacstat.us, and its main feature is "Quickly add players from your previously played games!".
Extension Screenshots
Download VacStatus-Chrome Extension CRX File
Download VacStatus-Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Quickly add players to vacstatus from your previously played games! It's also open source! https://github.com/jung3o/VacStatus-Chrome
Extension Basic Information
Name | VacStatus-Chrome |
ID | odonflpjdomgpbcdgofdilbmalkejhbo |
Official URL | https://chromewebstore.google.com/detail/vacstatus-chrome/odonflpjdomgpbcdgofdilbmalkejhbo |
Description | Quickly add players from your previously played games! |
File Size | 363 KB |
Installation Count | 303 |
Current Version | 0.0.3 |
Last Updated | 2015-08-14 |
Publish Date | 2015-08-14 |
Rating | 4.00/5 Total 8 Ratings |
Developer | https://vacstat.us |
Payment Type | free |
Supported Languages | 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" ] } |