HornTracker Helper

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

Hvad er HornTracker Helper?

HornTracker Helper er en Chrome-udvidelse udviklet af https://sites.google.com/site/haoala, og dens hovedfunktion er "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download HornTracker Helper-udvidelses-CRX-fil

Download HornTracker Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
Officiel URL https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Beskrivelse Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Filstørrelse 17.46 KB
Antal Installationer 88
Nuværende Version 1.1.1
Senest Opdateret 2013-04-26
Udgivelsesdato 2013-04-25
Bedømmelse 4.50/5 Samlet 6 Bedømmelser
Udvikler https://sites.google.com/site/haoala
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Understøttede Sprog 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"
}