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 là gì?
SG's Better PvP Pardus Extension, TE là một tiện ích mở rộng Chrome được phát triển bởi tsunders, và tính năng chính của nó là "Keyboard actions for PvP in the online game Pardus. Trader Edition".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SG's Better PvP Pardus Extension, TE
Tải xuống các tệp mở rộng SG's Better PvP Pardus Extension, TE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SG's Better PvP Pardus Extension, TE |
ID | fgaanejfgbdmilifodhjhlpkigncjfih |
URL Chính Thức | https://chromewebstore.google.com/detail/sgs-better-pvp-pardus-ext/fgaanejfgbdmilifodhjhlpkigncjfih |
Mô tả | Keyboard actions for PvP in the online game Pardus. Trader Edition |
Kích Thước Tệp | 58.48 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 43.8.0 |
Cập Nhật Lần Cuối | 2023-01-03 |
Ngày Phát Hành | 2020-06-28 |
Nhà Phát Triển | tsunders |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Tsunder/SGPvP |
URL Trang Trợ Giúp | https://github.com/Tsunder/SGPvP |
Ngôn Ngữ Được Hỗ Trợ | 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" } |