HornTracker Helper

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

O que é HornTracker Helper?

HornTracker Helper é uma extensão do Chrome desenvolvida por https://sites.google.com/site/haoala, e sua principal característica é "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão HornTracker Helper

Baixe arquivos de extensão HornTracker Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome HornTracker Helper HornTracker Helper
ID nahjpfllomdonendichbfnmiklhhgbmd
URL Oficial https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd
Descrição Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Tamanho do Arquivo 17.46 KB
Contagem de Instalações 88
Versão Atual 1.1.1
Última Atualização 2013-04-26
Data de Publicação 2013-04-25
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor https://sites.google.com/site/haoala
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome
Idiomas Suportados 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"
}