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은(는) https://sites.google.com/site/haoala에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters."입니다.
확장 프로그램 스크린샷
HornTracker Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |