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 هو إضافة Chrome تم تطويرها بواسطة tsunders، والميزة الرئيسية لها هي "Keyboard actions for PvP in the online game Pardus. Trader Edition".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SG's Better PvP Pardus Extension, TE

قم بتنزيل ملفات الامتداد SG's Better PvP Pardus Extension, TE بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}