MouseHunt HornTracker for Chrome

With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.

MouseHunt HornTracker for Chrome là gì?

MouseHunt HornTracker for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://www.horntracker.com, và tính năng chính của nó là "With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.".

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

screenshot

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

Tải xuống các tệp mở rộng MouseHunt HornTracker for Chrome 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

                        NOTE: The below won't make any sense or matter to you if you do not play the Facebook game, MouseHunt.

HornTracker is an extension designed to track your MouseHunt horn calls and send the data to a database to be used in real-time. That data is stored in a database that can then be used to gather meaningful information about the game. The project is always being improved, and more is being added weekly.

To provide data to the database, all you have to do is install the extension, refresh your MouseHunt page, and click your horn. Nothing else is necessary!                    

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

Tên MouseHunt HornTracker for Chrome MouseHunt HornTracker for Chrome
ID aoakbimfnggbhoplpfcpeifgbigmpepl
URL Chính Thức https://chromewebstore.google.com/detail/mousehunt-horntracker-for/aoakbimfnggbhoplpfcpeifgbigmpepl
Mô tả With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.
Kích Thước Tệp 999 KB
Số Lần Cài Đặt 1,238
Phiên Bản Hiện Tại 2.7.13
Cập Nhật Lần Cuối 2017-12-15
Ngày Phát Hành 2017-12-15
Đánh Giá 4.89/5 Tổng số 82 Đánh Giá
Nhà Phát Triển https://www.horntracker.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.horntracker.com/
URL Trang Trợ Giúp http://www.facebook.com/horntracker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js",
            "scripts\/jquery.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_horn.png",
        "default_title": "HornTracker Navigation Menu",
        "default_popup": "navigation.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/feedback.css",
                "styles\/pagetable.css",
                "styles\/scrollbars.css",
                "styles\/badges.css",
                "styles\/httem.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/jquery-ui.js",
                "horntracker.js",
                "xhrintercept.js",
                "scripts\/paginate.js",
                "scripts\/tablesort.min.js",
                "scripts\/customsort.js",
                "scripts\/jquery.ui.combobox.js",
                "scripts\/math.min.js",
                "scripts\/socket.io-1.3.4.js"
            ],
            "matches": [
                "http:\/\/www.horntracker.com\/*",
                "http:\/\/horntracker.com\/*",
                "http:\/\/mousehuntgame.com\/*",
                "http:\/\/www.mousehuntgame.com\/*",
                "https:\/\/mousehuntgame.com\/*",
                "https:\/\/www.mousehuntgame.com\/*",
                "http:\/\/apps.facebook.com\/mousehunt\/*",
                "https:\/\/apps.facebook.com\/mousehunt\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "images\/mht.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "name": "MouseHunt HornTracker for Chrome",
    "short_name": "HornTracker",
    "options_page": "options.html",
    "version": "2.7.13",
    "description": "With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.",
    "permissions": [
        "activeTab",
        "http:\/\/www.horntracker.com\/*",
        "http:\/\/horntracker.com\/*",
        "http:\/\/mousehuntgame.com\/*",
        "http:\/\/www.mousehuntgame.com\/*",
        "https:\/\/mousehuntgame.com\/*",
        "https:\/\/www.mousehuntgame.com\/*",
        "http:\/\/apps.facebook.com\/mousehunt\/*",
        "https:\/\/apps.facebook.com\/mousehunt\/*"
    ],
    "web_accessible_resources": [
        "xhrintercept.js",
        "images\/*",
        "scripts\/jquery.min.map",
        "scripts\/math.map"
    ]
}