Scorpion Guard's Better PvP Pardus Extension
Keyboard actions for PvP in the online game Pardus
Scorpion Guard's Better PvP Pardus Extension란 무엇입니까?
Scorpion Guard's Better PvP Pardus Extension은(는) Val에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyboard actions for PvP in the online game Pardus"입니다.
확장 프로그램 스크린샷
Scorpion Guard's Better PvP Pardus Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds keyboard shortcuts useful for player vs player combat in the online multiplayer game Pardus. http://pardus.at/ SGPvP is approved by the Pardus developers.
확장 프로그램 기본 정보
이름 | Scorpion Guard's Better PvP Pardus Extension |
ID | flbeciljbdgkljhfmmgnglcjilacfgfe |
공식 URL | https://chromewebstore.google.com/detail/scorpion-guards-better-pv/flbeciljbdgkljhfmmgnglcjilacfgfe |
설명 | Keyboard actions for PvP in the online game Pardus |
파일 크기 | 55.16 KB |
설치 횟수 | 156 |
현재 버전 | 43 |
최근 업데이트 | 2017-09-11 |
출시 날짜 | 2017-09-11 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Val |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/valitas/SGPvP |
도움말 페이지 URL | https://github.com/valitas/SGPvP/issues |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": false, "js": [ "sgpvp.js", "storage.js", "main.js", "ui.js", "chrome.js", "game.js" ], "matches": [ "*:\/\/*.pardus.at\/game.php" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "all.js" ], "matches": [ "*:\/\/*.pardus.at\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Keyboard actions for PvP in the online game Pardus", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "minimum_chrome_version": "20", "name": "Scorpion Guard's Better PvP Pardus Extension", "permissions": [ "storage" ], "short_name": "SGPvP", "web_accessible_resources": [ "ui.html", "ui.css", "default-keymap.json" ], "version": "43" } |