SG's Better PvP Pardus Extension, TE
Keyboard actions for PvP in the online game Pardus. Trader Edition
Cos'è SG's Better PvP Pardus Extension, TE?
SG's Better PvP Pardus Extension, TE è un'estensione di Chrome sviluppata da tsunders, e la sua funzione principale è "Keyboard actions for PvP in the online game Pardus. Trader Edition".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SG's Better PvP Pardus Extension, TE
Scarica i file di estensione SG's Better PvP Pardus Extension, TE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | fgaanejfgbdmilifodhjhlpkigncjfih |
| URL Ufficiale | https://chromewebstore.google.com/detail/sgs-better-pvp-pardus-ext/fgaanejfgbdmilifodhjhlpkigncjfih |
| Descrizione | Keyboard actions for PvP in the online game Pardus. Trader Edition |
| Dimensione del File | 58.48 KB |
| Conteggio Installazioni | 85 |
| Versione Corrente | 43.8.0 |
| Ultimo Aggiornamento | 2023-01-03 |
| Data di Pubblicazione | 2020-06-28 |
| Sviluppatore | tsunders |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Tsunder/SGPvP |
| URL della Pagina di Aiuto | https://github.com/Tsunder/SGPvP |
| Lingue Supportate | 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"
} | |