HornTracker Helper

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

Was ist HornTracker Helper?

HornTracker Helper ist eine Chrome-Erweiterung, die von https://sites.google.com/site/haoala entwickelt wurde, und ihr Hauptmerkmal ist "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".

Erweiterungsscreenshots

screenshot
screenshot

HornTracker Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie HornTracker Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
Offizielle URL https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Beschreibung Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Dateigröße 17.46 KB
Installationsanzahl 88
Aktuelle Version 1.1.1
Letztes Update 2013-04-26
Veröffentlichungsdatum 2013-04-25
Bewertung 4.50/5 Insgesamt 6 Bewertungen
Entwickler https://sites.google.com/site/haoala
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Unterstützte Sprachen 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"
}