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 là gì?

HornTracker Helper là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/haoala, và tính năng chính của nó là "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HornTracker Helper

Tải xuống các tệp mở rộng HornTracker Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
URL Chính Thức https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Mô tả Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Kích Thước Tệp 17.46 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2013-04-26
Ngày Phát Hành 2013-04-25
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/haoala
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Ngôn Ngữ Được Hỗ Trợ 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"
}