WoW Activity Lookup

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

WoW Activity Lookup क्या है?

WoW Activity Lookup http://wowactivity.kimptoc.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will open the corresponding WoW Activity page for a WoW Armory page."।

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

screenshot

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

crx प्रारूप में WoW Activity Lookup एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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-
सहायता पृष्ठ URL 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"
    ]
}