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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Val และคุณลักษณะหลักของมันคือ "Keyboard actions for PvP in the online game Pardus"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scorpion Guard's Better PvP Pardus Extension

ดาวน์โหลดไฟล์ส่วนขยาย Scorpion Guard's Better PvP Pardus Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
}