SG's Better PvP Pardus Extension, TE

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

Qu'est-ce que SG's Better PvP Pardus Extension, TE ?

SG's Better PvP Pardus Extension, TE est une extension Chrome développée par tsunders, et sa fonction principale est "Keyboard actions for PvP in the online game Pardus. Trader Edition".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SG's Better PvP Pardus Extension, TE

Téléchargez les fichiers d'extension SG's Better PvP Pardus Extension, TE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom SG's Better PvP Pardus Extension, TE SG's Better PvP Pardus Extension, TE
ID fgaanejfgbdmilifodhjhlpkigncjfih
URL Officiel https://chromewebstore.google.com/detail/sgs-better-pvp-pardus-ext/fgaanejfgbdmilifodhjhlpkigncjfih
Description Keyboard actions for PvP in the online game Pardus. Trader Edition
Taille du Fichier 58.48 KB
Nombre d'Installations 85
Version Actuelle 43.8.0
Dernière Mise à Jour 2023-01-03
Date de Publication 2020-06-28
Développeur tsunders
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Tsunder/SGPvP
URL de la Page d'Aide https://github.com/Tsunder/SGPvP
Langues Prises en Charge 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"
}