Dofus autopilotage
Support autopilotage pour divers sites Dofus !
Wat is Dofus autopilotage?
Dofus autopilotage is een Chrome-extensie ontwikkeld door Kara, en de belangrijkste functie is "Support autopilotage pour divers sites Dofus !".
Extensie Screenshots
Download het CRX-bestand van de extensie Dofus autopilotage
Download Dofus autopilotage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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 !                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hioegfpehhcifalhlbhobenpelpdlkne | 
| Officiële URL | https://chromewebstore.google.com/detail/dofus-autopilotage/hioegfpehhcifalhlbhobenpelpdlkne | 
| Beschrijving | Support autopilotage pour divers sites Dofus ! | 
| Bestandsgrootte | 838 KB | 
| Aantal Installaties | 95 | 
| Huidige Versie | 1.1 | 
| Laatst Bijgewerkt | 2021-06-05 | 
| Publicatiedatum | 2021-04-14 | 
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | Kara | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |