HornTracker Helper

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

Co je HornTracker Helper?

HornTracker Helper je rozšíření Chrome vyvinuté https://sites.google.com/site/haoala, a jeho hlavní funkcí je „Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření HornTracker Helper

Stáhněte si soubory rozšíření HornTracker Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
Oficiální URL https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Popis Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Velikost souboru 17.46 KB
Počet instalací 88
Aktuální Verze 1.1.1
Poslední Aktualizace 2013-04-26
Datum Vydání 2013-04-25
Hodnocení 4.50/5 Celkem 6 Hodnocení
Vývojář https://sites.google.com/site/haoala
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Podporované Jazyky 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"
}