Forgotten Mods

A tool for augmenting poe.trade experience. See official forum thread at https://www.pathofexile.com/forum/view-thread/1164052

Forgotten Mods क्या है?

Forgotten Mods https://sites.google.com/site/thirdyderivera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for augmenting poe.trade experience. See official forum thread at https://www.pathofexile.com/forum/view-thread/1164052"।

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

screenshot

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

crx प्रारूप में Forgotten Mods एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Forgotten Mods is a free and open source chrome extension made for the Free to Play ARPG game called Path of Exile. This extension enhances the website called poe.trade by augmenting more details to it's search results.

When you do a search with poe.trade, the tool runs automatically and you'll see some valuable information.

Current Features:
1. Displays whether the mod is a prefix/suffix (in red or blue).
2. Displays the Tier Level of the Mod.
3. Displays the Name of the affix, neat huh. This is activated on mouse hover.
4. Automatically generate WTB (Want to buy) message for easier trading process.

This tool is completely free and open-source.

See Github project:
https://github.com/thirdy/forgotten-mods/
See Path of exile forum thread:
https://www.pathofexile.com/forum/view-thread/1164052                    

एक्सटेंशन की मूल जानकारी

नाम Forgotten Mods Forgotten Mods
ID iejmnlppimjeddnpfiljelhloaelogao
आधिकारिक URL https://chromewebstore.google.com/detail/forgotten-mods/iejmnlppimjeddnpfiljelhloaelogao
विवरण A tool for augmenting poe.trade experience. See official forum thread at https://www.pathofexile.com/forum/view-thread/1164052
फ़ाइल का आकार 13.75 KB
स्थापना संख्या 585
वर्तमान संस्करण 0.8.2
अंतिम अपडेट 2015-02-09
प्रकाशन तिथि 2015-02-09
रेटिंग 4.94/5 कुल 18 रेटिंग्स
डेवलपर https://sites.google.com/site/thirdyderivera
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.pathofexile.com/forum/view-thread/1164052
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forgotten Mods",
    "version": "0.8.2",
    "description": "A tool for augmenting poe.trade experience. See official forum thread at  https:\/\/www.pathofexile.com\/forum\/view-thread\/1164052",
    "author": "ManicCompression",
    "minimum_chrome_version": "17",
    "icons": {
        "128": "forgotten-mods-icon.png"
    },
    "browser_action": {
        "default_icon": "forgotten-mods-icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/www.poe.trade\/*",
        "http:\/\/poe.trade\/*",
        "webRequest",
        "storage"
    ],
    "web_accessible_resources": [
        "contentscript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/poe.trade\/search\/*",
                "http:\/\/www.poe.trade\/search\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ]
}