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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an icon to your address bar that allows you to go straight to the HornTracker data viewer with relevant parameters."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HornTracker Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}