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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
* 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 |
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 } |