Dofus Hunt Tools

Provides additional functionality to the Dofus Treasure Hunt Website, making hunts easier and faster.

Dofus Hunt Toolsคืออะไร?

Dofus Hunt Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nulldo's Project และคุณลักษณะหลักของมันคือ "Provides additional functionality to the Dofus Treasure Hunt Website, making hunts easier and faster."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dofus Hunt Tools

ดาวน์โหลดไฟล์ส่วนขยาย Dofus Hunt Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension provides the following functions to the https://dofus-map.com/en/hunt website:

* Fast Travel: Provides a way to transfer the found hint location to your clipboard with or without the "/travel" command (the command is used to automatically travel with a pre-sentient mount).
* Website Shortcut: Provides a faster way to open the treasure hunt website by clicking on the extension.
* Paste Pos: Allows the input to accept the Dofus position format so it can be copy & pasted.
* Autocomplete Hint: Type, Search or Select your Hint with an autocomplete field. * NEW: After changing the direction of the hint, this field is autofocused * 
* No Ad: Removes the ad from the page. * NEW: This is now optional, but only after clicking on the Ad once (this is to help out the page owner) *                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dofus Hunt Tools Dofus Hunt Tools
ID phacgaokecahmpcfcbpelnbpbjcglapd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dofus-hunt-tools/phacgaokecahmpcfcbpelnbpbjcglapd
คำอธิบาย Provides additional functionality to the Dofus Treasure Hunt Website, making hunts easier and faster.
ขนาดไฟล์ 23.02 KB
จำนวนการติดตั้ง 755
เวอร์ชันปัจจุบัน 1.7.2
อัปเดตครั้งล่าสุด 2020-05-30
วันที่เผยแพร่ 2020-05-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Nulldo's Project
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,fr,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.7.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "css": [
                "css\/toggle-switch.css",
                "css\/autocomplete.css",
                "css\/tooltip.css",
                "css\/style.css"
            ],
            "matches": [
                "https:\/\/dofus-map.com\/hunt",
                "https:\/\/dofus-map.com\/*\/hunt"
            ],
            "js": [
                "js\/fasttravel.js",
                "js\/hidead.js",
                "js\/pastepos.js",
                "js\/autocomplete.js",
                "js\/tooltip.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16x16.png",
            "32": "images\/icon32x32.png",
            "96": "images\/icon96x96.png",
            "128": "images\/icon128x128.png"
        },
        "default_title": "Dofus Hunt Fast Travel"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "32": "images\/icon32x32.png",
        "96": "images\/icon96x96.png",
        "128": "images\/icon128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}