WoW Activity Lookup

This extension will open the corresponding WoW Activity page for a WoW Armory page.

ما هو WoW Activity Lookup؟

WoW Activity Lookup هو إضافة Chrome تم تطويرها بواسطة http://wowactivity.kimptoc.net، والميزة الرئيسية لها هي "This extension will open the corresponding WoW Activity page for a WoW Armory page.".

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

screenshot

تحميل ملف CRX للإضافة WoW Activity Lookup

قم بتنزيل ملفات الامتداد WoW Activity Lookup بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The World of Warcraft Armory site shows the current state of your toon.

But do you want to see a blow-by-blow activity feed as your character develops?

This is available at http://wowactivity.kimptoc.net/.

This extension lets you easily find the activity feed for a character on the Armory.

For more information/support - please contact us via Twitter -  @WowActivityFeed,  https://twitter.com/WowActivityFeed

PRIVACY DETAILS:
No cookies are used. The only information stored is the name of the Warcraft toon that you look up.  The only information stored is your IP address in the webserver logfiles.                    

معلومات أساسية عن التمديد

الاسم WoW Activity Lookup WoW Activity Lookup
ID njapjedhnpfpbfdeaaigolgoeeichfaj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/wow-activity-lookup/njapjedhnpfpbfdeaaigolgoeeichfaj
الوصف This extension will open the corresponding WoW Activity page for a WoW Armory page.
حجم الملف 12.4 KB
عدد التثبيتات 13
النسخة الحالية 3.0
آخر تحديث 2016-04-17
تاريخ النشر 2016-04-17
تقييم 1.00/5 مجموع تقييمات 1
المطور http://wowactivity.kimptoc.net
نوع الدفع free
موقع الإضافة https://github.com/kimptoc/WoWActivityChromeExt-
عنوان صفحة المساعدة https://github.com/kimptoc/WoWActivityChromeExt-
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WoW Activity Lookup",
    "description": "This extension will open the corresponding WoW Activity page for a WoW Armory page.",
    "version": "3.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}