HornTracker Helper

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

Qu'est-ce que HornTracker Helper ?

HornTracker Helper est une extension Chrome développée par https://sites.google.com/site/haoala, et sa fonction principale est "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HornTracker Helper

Téléchargez les fichiers d'extension HornTracker Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
URL Officiel https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Description Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Taille du Fichier 17.46 KB
Nombre d'Installations 88
Version Actuelle 1.1.1
Dernière Mise à Jour 2013-04-26
Date de Publication 2013-04-25
Évaluation 4.50/5 Total 6 Évaluations
Développeur https://sites.google.com/site/haoala
Email [email protected]
Type de Paiement free
URL de la Page d'Aide http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Langues Prises en Charge 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"
}