Dofus autopilotage

Support autopilotage pour divers sites Dofus !

Dofus autopilotageคืออะไร?

Dofus autopilotage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kara และคุณลักษณะหลักของมันคือ "Support autopilotage pour divers sites Dofus !"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dofus autopilotage

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

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

                        Transforme les positions sur les site www.dofuspourlesnoobs.com ou dofus-map.com en boutons cliquable pour copier une commande à rentrer sur Dofus, votre monture autopilotée s'y rendra toute seule !

Maintenant compatible avec dofus-map.com !                    

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

ชื่อ Dofus autopilotage Dofus autopilotage
ID hioegfpehhcifalhlbhobenpelpdlkne
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dofus-autopilotage/hioegfpehhcifalhlbhobenpelpdlkne
คำอธิบาย Support autopilotage pour divers sites Dofus !
ขนาดไฟล์ 838 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2021-06-05
วันที่เผยแพร่ 2021-04-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kara
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dofus autopilotage",
    "version": "1.1",
    "description": "Support autopilotage pour divers sites Dofus !",
    "icons": {
        "16": "icon16.png",
        "200": "icon200.png"
    },
    "page_action": {
        "default_icon": "icon200.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dofuspourlesnoobs.com\/*",
                "https:\/\/dofus-map.com\/hunt"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite",
        "https:\/\/www.dofuspourlesnoobs.com\/*",
        "https:\/\/dofus-map.com\/hunt"
    ]
}