Dofus autopilotage
Support autopilotage pour divers sites Dofus !
Что такое Dofus autopilotage?
Dofus autopilotage - это расширение Chrome, разработанное Kara, и его основная функция - "Support autopilotage pour divers sites Dofus !".
Снимки экрана расширения
Скачать файл 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 !                     Основная информация о расширении
| Название |   |  
| 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"
    ]
}  |  |