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はValによって開発されたChromeの拡張機能で、その主な機能は「Keyboard actions for PvP in the online game Pardus」です。
拡張機能のスクリーンショット
Scorpion Guard's Better PvP Pardus Extension拡張機能のCRXファイルをダウンロード
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 |
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" } |