HornTracker Helper

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

Cos'è HornTracker Helper?

HornTracker Helper è un'estensione di Chrome sviluppata da https://sites.google.com/site/haoala, e la sua funzione principale è "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HornTracker Helper

Scarica i file di estensione HornTracker Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
URL Ufficiale https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Descrizione Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Dimensione del File 17.46 KB
Conteggio Installazioni 88
Versione Corrente 1.1.1
Ultimo Aggiornamento 2013-04-26
Data di Pubblicazione 2013-04-25
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://sites.google.com/site/haoala
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Lingue Supportate 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"
}