SG's Better PvP Pardus Extension, TE

Keyboard actions for PvP in the online game Pardus. Trader Edition

SG's Better PvP Pardus Extension, TE란 무엇입니까?

SG's Better PvP Pardus Extension, TE은(는) tsunders에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyboard actions for PvP in the online game Pardus. Trader Edition"입니다.

확장 프로그램 스크린샷

screenshot

SG's Better PvP Pardus Extension, TE 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Scorpion Guard's Better PVP Keyboard Actions Extension...

Now with Waypoint functionality!

New Default keys:
W : Travel to next waypoint
Y : Add new waypoint
U : Clear waypoints


Source at: https://github.com/Tsunder/SGPvP                    

확장 프로그램 기본 정보

이름 SG's Better PvP Pardus Extension, TE SG's Better PvP Pardus Extension, TE
ID fgaanejfgbdmilifodhjhlpkigncjfih
공식 URL https://chromewebstore.google.com/detail/sgs-better-pvp-pardus-ext/fgaanejfgbdmilifodhjhlpkigncjfih
설명 Keyboard actions for PvP in the online game Pardus. Trader Edition
파일 크기 58.48 KB
설치 횟수 85
현재 버전 43.8.0
최근 업데이트 2023-01-03
출시 날짜 2020-06-28
개발자 tsunders
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Tsunder/SGPvP
도움말 페이지 URL https://github.com/Tsunder/SGPvP
지원되는 언어 en
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. Trader Edition",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "SG's Better PvP Pardus Extension, TE",
    "permissions": [
        "storage"
    ],
    "short_name": "SGPvPt",
    "web_accessible_resources": [
        "ui.html",
        "ui.css",
        "default-keymap.json"
    ],
    "version": "43.8.0"
}