HornTracker Helper
Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Vad är HornTracker Helper?
HornTracker Helper är en Chrome-tillägg utvecklad av https://sites.google.com/site/haoala, och dess huvudfunktion är "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".
Tilläggsskärmbilder
Ladda ner HornTracker Helper-förlängningens CRX-fil
Ladda ner HornTracker Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | HornTracker Helper |
ID | nahjpfllomdonendichbfnmiklhhgbmd |
Officiell webbadress | https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd |
Beskrivning | Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters. |
Filstorlek | 17.46 KB |
Antal Installationer | 88 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2013-04-26 |
Publiceringsdatum | 2013-04-25 |
Betyg | 4.50/5 Totalt 6 Betyg |
Utvecklare | https://sites.google.com/site/haoala |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome |
Stödda Språk | 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" } |