HornTracker Helper
Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
What is HornTracker Helper?
HornTracker Helper is a Chrome extension developed by https://sites.google.com/site/haoala, and its main feature is "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".
Extension Screenshots
Download HornTracker Helper Extension CRX File
Download HornTracker Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HornTracker Helper |
ID | nahjpfllomdonendichbfnmiklhhgbmd |
Official URL | 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. |
File Size | 17.46 KB |
Installation Count | 88 |
Current Version | 1.1.1 |
Last Updated | 2013-04-26 |
Publish Date | 2013-04-25 |
Rating | 4.50/5 Total 6 Ratings |
Developer | https://sites.google.com/site/haoala |
[email protected] | |
Payment Type | free |
Help Page URL | http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome |
Supported Languages | 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" } |