VAC-BAN.com Add/View

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

VAC-BAN.com Add/Viewとは何ですか?

VAC-BAN.com Add/Viewはhttps://www.vac-ban.comによって開発されたChromeの拡張機能で、その主な機能は「Add and watch players to your VAC-BAN.com list with one click!」です。

拡張機能のスクリーンショット

screenshot

VAC-BAN.com Add/View拡張機能のCRXファイルをダウンロード

VAC-BAN.com Add/View拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        * 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                    

拡張機能の基本情報

名前 VAC-BAN.com Add/View VAC-BAN.com Add/View
ID mhnlmghkfmjoodmlfggpedcffnaffkfa
公式URL https://chromewebstore.google.com/detail/vac-bancom-addview/mhnlmghkfmjoodmlfggpedcffnaffkfa
説明 Add and watch players to your VAC-BAN.com list with one click!
ファイルサイズ 38.1 KB
インストール数 634
現在のバージョン 0.1.8
最終更新日 2016-08-26
公開日 2016-08-26
評価 3.37/5 合計 38 レビュー
開発者 https://www.vac-ban.com
支払い方法 free
拡張機能のウェブサイト http://www.vac-ban.com
対応言語 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
}