Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Csgopolygon Withdraw Assistant란 무엇입니까?
Csgopolygon Withdraw Assistant은(는) https://www.protogalaxy.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A chrome extension for retrieving new items in the withdraw panel"입니다.
확장 프로그램 스크린샷
Csgopolygon Withdraw Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
확장 프로그램 기본 정보
이름 | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
공식 URL | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
설명 | A chrome extension for retrieving new items in the withdraw panel |
파일 크기 | 112 KB |
설치 횟수 | 19 |
현재 버전 | 0.9 |
최근 업데이트 | 2017-11-08 |
출시 날짜 | 2017-11-08 |
개발자 | https://www.protogalaxy.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.protogalaxy.me |
도움말 페이지 URL | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Csgopolygon Withdraw Assistant", "short_name": "Withdraw Assistant", "description": "A chrome extension for retrieving new items in the withdraw panel", "version": "0.9", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": { "16": "assets\/images\/icon16.png", "24": "assets\/images\/icon24.png", "32": "assets\/images\/icon32.png" }, "default_title": "Withdraw Assistant", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "assets\/imports\/jquery-3.2.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csgopolygon.com\/withdraw.php" ], "css": [ "assets\/css\/withdraw.css" ], "js": [ "assets\/imports\/jQuery-3.2.1.min.js", "assets\/js\/withdraw.js" ] } ] } |