Dofus autopilotage
Support autopilotage pour divers sites Dofus !
Was ist Dofus autopilotage?
Dofus autopilotage ist eine Chrome-Erweiterung, die von Kara entwickelt wurde, und ihr Hauptmerkmal ist "Support autopilotage pour divers sites Dofus !".
Erweiterungsscreenshots
Dofus autopilotage-Erweiterungs-CRX-Datei herunterladen
Laden Sie Dofus autopilotage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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 !                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | hioegfpehhcifalhlbhobenpelpdlkne | 
| Offizielle URL | https://chromewebstore.google.com/detail/dofus-autopilotage/hioegfpehhcifalhlbhobenpelpdlkne | 
| Beschreibung | Support autopilotage pour divers sites Dofus ! | 
| Dateigröße | 838 KB | 
| Installationsanzahl | 95 | 
| Aktuelle Version | 1.1 | 
| Letztes Update | 2021-06-05 | 
| Veröffentlichungsdatum | 2021-04-14 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | Kara | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    ]
}  |  |