HornTracker Helper
Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Wat is HornTracker Helper?
HornTracker Helper is een Chrome-extensie ontwikkeld door https://sites.google.com/site/haoala, en de belangrijkste functie is "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".
Extensie Screenshots
Download het CRX-bestand van de extensie HornTracker Helper
Download HornTracker Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | HornTracker Helper |
ID | nahjpfllomdonendichbfnmiklhhgbmd |
Officiële URL | https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd |
Beschrijving | Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters. |
Bestandsgrootte | 17.46 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2013-04-26 |
Publicatiedatum | 2013-04-25 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://sites.google.com/site/haoala |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome |
Ondersteunde Talen | 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" } |