Scorpion Guard's Better PvP Pardus Extension
Keyboard actions for PvP in the online game Pardus
What is Scorpion Guard's Better PvP Pardus Extension?
Scorpion Guard's Better PvP Pardus Extension is a Chrome extension developed by Val, and its main feature is "Keyboard actions for PvP in the online game Pardus".
Extension Screenshots
Download Scorpion Guard's Better PvP Pardus Extension Extension CRX File
Download Scorpion Guard's Better PvP Pardus Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Scorpion Guard's Better PvP Pardus Extension |
ID | flbeciljbdgkljhfmmgnglcjilacfgfe |
Official URL | https://chromewebstore.google.com/detail/scorpion-guards-better-pv/flbeciljbdgkljhfmmgnglcjilacfgfe |
Description | Keyboard actions for PvP in the online game Pardus |
File Size | 55.16 KB |
Installation Count | 156 |
Current Version | 43 |
Last Updated | 2017-09-11 |
Publish Date | 2017-09-11 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Val |
Payment Type | free |
Extension Website | https://github.com/valitas/SGPvP |
Help Page URL | https://github.com/valitas/SGPvP/issues |
Supported Languages | 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" } |