VAC-BAN.com Add/View
Add and watch players to your VAC-BAN.com list with one click!
Wat is VAC-BAN.com Add/View?
VAC-BAN.com Add/View is een Chrome-extensie ontwikkeld door https://www.vac-ban.com, en de belangrijkste functie is "Add and watch players to your VAC-BAN.com list with one click!".
Extensie Screenshots
Download het CRX-bestand van de extensie VAC-BAN.com Add/View
Download VAC-BAN.com Add/View-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
* 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 Basisinformatie over de Extensie
| Naam | |
| ID | mhnlmghkfmjoodmlfggpedcffnaffkfa |
| Officiële URL | https://chromewebstore.google.com/detail/vac-bancom-addview/mhnlmghkfmjoodmlfggpedcffnaffkfa |
| Beschrijving | Add and watch players to your VAC-BAN.com list with one click! |
| Bestandsgrootte | 38.1 KB |
| Aantal Installaties | 634 |
| Huidige Versie | 0.1.8 |
| Laatst Bijgewerkt | 2016-08-26 |
| Publicatiedatum | 2016-08-26 |
| Beoordeling | 3.37/5 Totaal 38 Beoordelingen |
| Ontwikkelaar | https://www.vac-ban.com |
| Betalingswijze | free |
| Extensiewebsite | http://www.vac-ban.com |
| Ondersteunde Talen | 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
} | |