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によって開発されたChromeの拡張機能で、その主な機能は「Keyboard actions for PvP in the online game Pardus. Trader Edition」です。
拡張機能のスクリーンショット
SG's Better PvP Pardus Extension, TE拡張機能のCRXファイルをダウンロード
SG's Better PvP Pardus Extension, TE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } |