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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard actions for PvP in the online game Pardus. Trader Edition"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SG's Better PvP Pardus Extension, TE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}