Dofus autopilotage
Support autopilotage pour divers sites Dofus !
What is Dofus autopilotage?
Dofus autopilotage is a Chrome extension developed by Kara, and its main feature is "Support autopilotage pour divers sites Dofus !".
Extension Screenshots
Download Dofus autopilotage Extension CRX File
Download Dofus autopilotage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 !
Extension Basic Information
Name | Dofus autopilotage |
ID | hioegfpehhcifalhlbhobenpelpdlkne |
Official URL | https://chromewebstore.google.com/detail/dofus-autopilotage/hioegfpehhcifalhlbhobenpelpdlkne |
Description | Support autopilotage pour divers sites Dofus ! |
File Size | 838 KB |
Installation Count | 95 |
Current Version | 1.1 |
Last Updated | 2021-06-05 |
Publish Date | 2021-04-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Kara |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |