HornTracker Helper
Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.
Что такое HornTracker Helper?
HornTracker Helper - это расширение Chrome, разработанное https://sites.google.com/site/haoala, и его основная функция - "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters.".
Снимки экрана расширения
Скачать файл CRX расширения HornTracker Helper
Скачайте файлы расширений HornTracker Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | HornTracker Helper |
ID | nahjpfllomdonendichbfnmiklhhgbmd |
Официальный URL | https://chromewebstore.google.com/detail/horntracker-helper/nahjpfllomdonendichbfnmiklhhgbmd |
Описание | Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters. |
Размер файла | 17.46 KB |
Количество установок | 88 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2013-04-26 |
Дата публикации | 2013-04-25 |
Рейтинг | 4.50/5 Всего 6 оценок |
Разработчик | https://sites.google.com/site/haoala |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | http://www.mousehuntgame.com/forum/showthread.php?42786-MouseHunt-Horn-Timer-for-Chrome |
Поддерживаемые языки | 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" } |