Dofus Hunt Tools

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

Dofus Hunt Tools란 무엇입니까?

Dofus Hunt Tools은(는) Nulldo's Project에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides additional functionality to the Dofus Treasure Hunt Website, making hunts easier and faster."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dofus Hunt Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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