Pardus Auntie PvP Script

Enhanced keyboard commands for Pardus PvP combat with universe independent user configuration (via the Options menu)

Pardus Auntie PvP Scriptคืออะไร?

Pardus Auntie PvP Script เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Miche และคุณลักษณะหลักของมันคือ "Enhanced keyboard commands for Pardus PvP combat with universe independent user configuration (via the Options menu)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pardus Auntie PvP Script

ดาวน์โหลดไฟล์ส่วนขยาย Pardus Auntie PvP Script ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Pardus Auntie Script extension provides configurable keyboard shortcut functionality for the MMORPG Pardus (with a focus on Player vs Player combat scenarios).

Once installed, click the Options menu in the main Pardus navigation screen and then the Auntie Script tab. You can now configure Auntie Script for the current universe.

Don't forget to press the save button (towards the bottom) to apply and save any changes you make.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pardus Auntie PvP Script Pardus Auntie PvP Script
ID mhlebjbdknbkagndgedfcegcfopclcoe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pardus-auntie-pvp-script/mhlebjbdknbkagndgedfcegcfopclcoe
คำอธิบาย Enhanced keyboard commands for Pardus PvP combat with universe independent user configuration (via the Options menu)
ขนาดไฟล์ 29.71 KB
จำนวนการติดตั้ง 73
เวอร์ชันปัจจุบัน 0.86
อัปเดตครั้งล่าสุด 2020-04-19
วันที่เผยแพร่ 2020-04-18
ผู้พัฒนา Miche
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "http*:\/\/chat.pardus.at*",
                "http*:\/\/forum.pardus.at*",
                "http*:\/\/*.pardus.at\/game.php*",
                "http*:\/\/*.pardus.at\/starbase_trade.php*",
                "http*:\/\/*.pardus.at\/drop_cargo.php*",
                "http*:\/\/*.pardus.at\/overview_sb.php*",
                "http*:\/\/*.pardus.at\/starbase_trade*",
                "http*:\/\/*.pardus.at\/starbase_eq_construction.php*",
                "http*:\/\/*.pardus.at\/starbase_drop_res.php*",
                "http*:\/\/*.pardus.at\/building_trade.php*",
                "http*:\/\/*.pardus.at\/planet_trade.php*",
                "http*:\/\/*.pardus.at\/messages*",
                "http*:\/\/*.pardus.at\/sendmsg*",
                "http*:\/\/*.pardus.at\/news*",
                "http*:\/\/*.pardus.at\/statistics*",
                "http*:\/\/*.pardus.at\/news*",
                "http*:\/\/*.pardus.at\/ambush*",
                "http*:\/\/*.pardus.at\/ship2opponent_combat.php*",
                "http*:\/\/*.pardus.at\/ship2ship_transfer.php*",
                "http*:\/\/*.pardus.at\/building_management.php*",
                "http*:\/\/*.pardus.at\/hack*",
                "http*:\/\/*.pardus.at\/profile*",
                "http*:\/\/*.pardus.at\/diplomacy*",
                "http*:\/\/*.pardus.at\/faction_relations.php*",
                "http*:\/\/*.pardus.at\/alliance*",
                "http*:\/\/*.pardus.at\/myalliance.php*",
                "http*:\/\/*.pardus.at\/acs_log.php*",
                "http*:\/\/*.pardus.at\/overview_pilot_log.php",
                "http*:\/\/*.pardus.at\/bounty.php",
                "http*:\/\/*.pardus.at\/bounty_place.php"
            ],
            "exclude_matches": [],
            "include_globs": [
                "http*:\/\/*.pardus.at\/*"
            ],
            "js": [
                "auntiescript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Enhanced keyboard commands for Pardus PvP combat with universe independent user configuration (via the Options menu)",
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "manifest_version": 2,
    "name": "Pardus Auntie PvP Script",
    "short_name": "Auntiescript",
    "author": "Miche (Orion) \/ Sparkle (Artemis)",
    "version": "0.86"
}