HornTracker Helper

Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.

HornTracker Helperคืออะไร?

HornTracker Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sites.google.com/site/haoala และคุณลักษณะหลักของมันคือ "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters."

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

screenshot
screenshot

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

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

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

                        For MouseHunt players: Want to know the mice population for your location? Want to know how your current setup should be doing?

1.1.1:
- Inclusion of newest traps and charms                    

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

ชื่อ HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
คำอธิบาย Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
ขนาดไฟล์ 17.46 KB
จำนวนการติดตั้ง 88
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2013-04-26
วันที่เผยแพร่ 2013-04-25
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://sites.google.com/site/haoala
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
ภาษาที่รองรับ en
manifest.json
{
    "page_action": {
        "default_icon": "percentage.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "HornTracker Helper",
    "permissions": [
        "tabs",
        "http:\/\/www.mousehuntgame.com\/*",
        "http:\/\/www.mousehuntgame.com\/",
        "https:\/\/www.mousehuntgame.com\/",
        "https:\/\/www.mousehuntgame.com\/*"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "percentage.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.mousehuntgame.com\/*",
                "http:\/\/www.mousehuntgame.com\/",
                "https:\/\/www.mousehuntgame.com\/",
                "https:\/\/www.mousehuntgame.com\/*"
            ],
            "js": [
                "hthelper.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.1.1"
}