VAC-BAN.com Add/View
Add and watch players to your VAC-BAN.com list with one click!
What is VAC-BAN.com Add/View?
VAC-BAN.com Add/View is a Chrome extension developed by https://www.vac-ban.com, and its main feature is "Add and watch players to your VAC-BAN.com list with one click!".
Extension Screenshots
Download VAC-BAN.com Add/View Extension CRX File
Download VAC-BAN.com Add/View 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
* Add players from Steam's "Recently played list" to your VAC-BAN.com list with a single click!
* Shows your watched players status in Steam's co-play page
Just generate the private key in your VAC-BAN.com settings.
Thoughts? Contact [email protected] or tweet me @esKju
Best regards to @nikosalonen Extension Basic Information
| Name | |
| ID | mhnlmghkfmjoodmlfggpedcffnaffkfa |
| Official URL | https://chromewebstore.google.com/detail/vac-bancom-addview/mhnlmghkfmjoodmlfggpedcffnaffkfa |
| Description | Add and watch players to your VAC-BAN.com list with one click! |
| File Size | 38.1 KB |
| Installation Count | 634 |
| Current Version | 0.1.8 |
| Last Updated | 2016-08-26 |
| Publish Date | 2016-08-26 |
| Rating | 3.37/5 Total 38 Ratings |
| Developer | https://www.vac-ban.com |
| Payment Type | free |
| Extension Website | http://www.vac-ban.com |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VAC-BAN.com Add\/View",
"description": "Add and watch players to your VAC-BAN.com list with one click!",
"version": "0.1.8",
"icons": {
"16": "ow16.png",
"48": "ow48.png",
"128": "ow128.png"
},
"permissions": [
"storage",
"*:\/\/www.vac-ban.com\/*"
],
"options_ui": {
"page": "setkey.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "ow48.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"addtovac.min.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/steamcommunity.com\/*\/*\/friends\/*"
]
}
],
"manifest_version": 2
} | |