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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}