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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة HornTracker Helper

قم بتنزيل ملفات الامتداد HornTracker Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
}