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!”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | mhnlmghkfmjoodmlfggpedcffnaffkfa |
| 官方網址 | 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
} | |