Dofus autopilotage

Support autopilotage pour divers sites Dofus !

Dofus autopilotage क्या है?

Dofus autopilotage Kara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Support autopilotage pour divers sites Dofus !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dofus autopilotage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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