MouseHunt HornTracker for Chrome
With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.
什麼是MouseHunt HornTracker for Chrome?
MouseHunt HornTracker for Chrome是由https://www.horntracker.com開發的Chrome擴展程式,該擴展的主要功能是“With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.”。
擴展截圖
下載MouseHunt HornTracker for Chrome擴展crx文件
下載MouseHunt HornTracker for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
NOTE: The below won't make any sense or matter to you if you do not play the Facebook game, MouseHunt. HornTracker is an extension designed to track your MouseHunt horn calls and send the data to a database to be used in real-time. That data is stored in a database that can then be used to gather meaningful information about the game. The project is always being improved, and more is being added weekly. To provide data to the database, all you have to do is install the extension, refresh your MouseHunt page, and click your horn. Nothing else is necessary!
擴展基本資訊
名稱 | MouseHunt HornTracker for Chrome |
ID | aoakbimfnggbhoplpfcpeifgbigmpepl |
官方網址 | https://chromewebstore.google.com/detail/mousehunt-horntracker-for/aoakbimfnggbhoplpfcpeifgbigmpepl |
簡介 | With every sound of the horn, trap and log data is stored in an open database to help gather information about the game. |
檔案大小 | 999 KB |
安裝次數 | 1,238 |
目前版本 | 2.7.13 |
更新時間 | 2017-12-15 |
上架時間 | 2017-12-15 |
評分 | 4.89/5 共 82 次評分 |
開發者 | https://www.horntracker.com |
付費類型 | free |
擴展官網 | http://www.horntracker.com/ |
說明頁面URL | http://www.facebook.com/horntracker |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js", "scripts\/jquery.js" ] }, "browser_action": { "default_icon": "images\/icon_horn.png", "default_title": "HornTracker Navigation Menu", "default_popup": "navigation.html" }, "content_scripts": [ { "css": [ "styles\/feedback.css", "styles\/pagetable.css", "styles\/scrollbars.css", "styles\/badges.css", "styles\/httem.css" ], "js": [ "scripts\/jquery.js", "scripts\/jquery-ui.js", "horntracker.js", "xhrintercept.js", "scripts\/paginate.js", "scripts\/tablesort.min.js", "scripts\/customsort.js", "scripts\/jquery.ui.combobox.js", "scripts\/math.min.js", "scripts\/socket.io-1.3.4.js" ], "matches": [ "http:\/\/www.horntracker.com\/*", "http:\/\/horntracker.com\/*", "http:\/\/mousehuntgame.com\/*", "http:\/\/www.mousehuntgame.com\/*", "https:\/\/mousehuntgame.com\/*", "https:\/\/www.mousehuntgame.com\/*", "http:\/\/apps.facebook.com\/mousehunt\/*", "https:\/\/apps.facebook.com\/mousehunt\/*" ], "all_frames": true, "run_at": "document_end" } ], "icons": { "48": "images\/mht.png" }, "incognito": "spanning", "manifest_version": 2, "minimum_chrome_version": "22", "name": "MouseHunt HornTracker for Chrome", "short_name": "HornTracker", "options_page": "options.html", "version": "2.7.13", "description": "With every sound of the horn, trap and log data is stored in an open database to help gather information about the game.", "permissions": [ "activeTab", "http:\/\/www.horntracker.com\/*", "http:\/\/horntracker.com\/*", "http:\/\/mousehuntgame.com\/*", "http:\/\/www.mousehuntgame.com\/*", "https:\/\/mousehuntgame.com\/*", "https:\/\/www.mousehuntgame.com\/*", "http:\/\/apps.facebook.com\/mousehunt\/*", "https:\/\/apps.facebook.com\/mousehunt\/*" ], "web_accessible_resources": [ "xhrintercept.js", "images\/*", "scripts\/jquery.min.map", "scripts\/math.map" ] } |