MHCT MouseHunt Helper

Provides useful links and tracks MH game data for tools like rate calculators. Made by Tsitu, Tehhowch, Aardwolf, Jack and others.

MHCT MouseHunt Helperคืออะไร?

MHCT MouseHunt Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mhct.win และคุณลักษณะหลักของมันคือ "Provides useful links and tracks MH game data for tools like rate calculators. Made by Tsitu, Tehhowch, Aardwolf, Jack and others."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MHCT MouseHunt Helper

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

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

                        This open-source extension provides useful links (e.g. auto-populated map solvers) and collects game info for the popular online game MouseHunt. The collected info (e.g. trap, cheese, charm, base, mouse, location, maps, crowns, convertibles) is stored in a database. The goal is to create a crowdsourced dataset for tools like catch rate and attraction rate calculators. Examples of tools already using this data is at https://www.mhct.win

Submits game information such as: player hunts, maps, crowns, convertibles, etc.

Does NOT submit friend hunts, trap checks, names, emails, or passwords.

Special thanks to all who have contributed.

Maintained by the MH Community Devs (https://github.com/m-h-c-t) and others.

Disclaimer: This is an extension to help with the MouseHunt game. It collects game related data. By installing this extension you opt in to that data collection and agree that the developers are not responsible for anything. Prohibited where not permitted by law. This extension does not collect real names, usernames, passwords, or emails. The data collected is shared openly to improve the MouseHunt community. You are free to look at it on https://www.mhct.win, where tools and links to databases are provided.                    

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

ชื่อ MHCT MouseHunt Helper MHCT MouseHunt Helper
ID ghfmjkamilolkalibpmokjigalmncfek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mhct-mousehunt-helper/ghfmjkamilolkalibpmokjigalmncfek
คำอธิบาย Provides useful links and tracks MH game data for tools like rate calculators. Made by Tsitu, Tehhowch, Aardwolf, Jack and others.
ขนาดไฟล์ 386 KB
จำนวนการติดตั้ง 2,958
เวอร์ชันปัจจุบัน 24.2.27
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2020-03-11
คะแนน 5.00/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://mhct.win
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.mhct.win
URL หน้าช่วยเหลือ https://discord.gg/E4utmBD
URL หน้านโยบายความเป็นส่วนตัว https://github.com/m-h-c-t/mh-helper-extension/blob/master/PRIVACY.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "MHCT",
    "name": "MHCT  MouseHunt Helper",
    "short_name": "MHCT Helper",
    "description": "Provides useful links and tracks MH game data for tools like rate calculators. Made by Tsitu, Tehhowch, Aardwolf, Jack and others.",
    "version": "24.2.27",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "*:\/\/www.mousehuntgame.com\/*",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/www.mousehuntgame.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "scripts\/main.js",
        "third_party\/tsitu\/*",
        "third_party\/potatosalad\/*",
        "images\/icon128.png"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{801e5516-3311-4ee7-8185-7da12ffab807}"
        }
    }
}