VAC-BAN.com Add/View
Add and watch players to your VAC-BAN.com list with one click!
Cos'è VAC-BAN.com Add/View?
VAC-BAN.com Add/View è un'estensione di Chrome sviluppata da https://www.vac-ban.com, e la sua funzione principale è "Add and watch players to your VAC-BAN.com list with one click!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione VAC-BAN.com Add/View
Scarica i file di estensione VAC-BAN.com Add/View in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
* 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
Informazioni di Base sull'Estensione
Nome | VAC-BAN.com Add/View |
ID | mhnlmghkfmjoodmlfggpedcffnaffkfa |
URL Ufficiale | https://chromewebstore.google.com/detail/vac-bancom-addview/mhnlmghkfmjoodmlfggpedcffnaffkfa |
Descrizione | Add and watch players to your VAC-BAN.com list with one click! |
Dimensione del File | 38.1 KB |
Conteggio Installazioni | 634 |
Versione Corrente | 0.1.8 |
Ultimo Aggiornamento | 2016-08-26 |
Data di Pubblicazione | 2016-08-26 |
Valutazione | 3.37/5 Totale 38 Valutazioni |
Sviluppatore | https://www.vac-ban.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.vac-ban.com |
Lingue Supportate | 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 } |