VAC-BAN.com Add/View

Add and watch players to your VAC-BAN.com list with one click!

Qu'est-ce que VAC-BAN.com Add/View ?

VAC-BAN.com Add/View est une extension Chrome développée par https://www.vac-ban.com, et sa fonction principale est "Add and watch players to your VAC-BAN.com list with one click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension VAC-BAN.com Add/View

Téléchargez les fichiers d'extension VAC-BAN.com Add/View au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        * 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                    

Informations de Base sur l'Extension

Nom VAC-BAN.com Add/View VAC-BAN.com Add/View
ID mhnlmghkfmjoodmlfggpedcffnaffkfa
URL Officiel https://chromewebstore.google.com/detail/vac-bancom-addview/mhnlmghkfmjoodmlfggpedcffnaffkfa
Description Add and watch players to your VAC-BAN.com list with one click!
Taille du Fichier 38.1 KB
Nombre d'Installations 634
Version Actuelle 0.1.8
Dernière Mise à Jour 2016-08-26
Date de Publication 2016-08-26
Évaluation 3.37/5 Total 38 Évaluations
Développeur https://www.vac-ban.com
Type de Paiement free
Site Web de l'Extension http://www.vac-ban.com
Langues Prises en Charge 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
}