Dofus autopilotage

Support autopilotage pour divers sites Dofus !

什么是Dofus autopilotage?

Dofus autopilotage是由Kara开发的Chrome扩展程序,该扩展的主要功能是“Support autopilotage pour divers sites Dofus !”。

扩展截图

screenshot
screenshot

下载Dofus autopilotage扩展crx文件

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