Poe.trade ignore list

This extension allows you to blacklist and manage sellers from poe.trade

Poe.trade ignore list क्या है?

Poe.trade ignore list Max Arias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to blacklist and manage sellers from poe.trade"।

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

screenshot
screenshot
screenshot

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

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

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

                        Poe.trade seller blacklist

Simple extension to hide sellers from your trade search results, for whatever reason.

After installing the extension you'll find a new button besides "Whisper" which adds the seller to your personal blacklist.

Once the seller has been added to the blacklist, he will not appear in the item search results nor the currency search results.

You can manage the blacklist from the extension icon.

You can add multiple users, remove one by one, or remove all.

Github repo: https://github.com/max-arias/poeTradeIgnoreList                    

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

नाम Poe.trade ignore list Poe.trade ignore list
ID faapmfhhchgkfinplpkfemkfabngkioc
आधिकारिक URL https://chromewebstore.google.com/detail/poetrade-ignore-list/faapmfhhchgkfinplpkfemkfabngkioc
विवरण This extension allows you to blacklist and manage sellers from poe.trade
फ़ाइल का आकार 181 KB
स्थापना संख्या 637
वर्तमान संस्करण 0.2
अंतिम अपडेट 2020-07-26
प्रकाशन तिथि 2016-06-20
रेटिंग 4.40/5 कुल 10 रेटिंग्स
डेवलपर Max Arias
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poe.trade ignore list",
    "description": "This extension allows you to blacklist and manage sellers from poe.trade",
    "version": "0.2",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "vendor\/jquery-3.0.0.min.js",
                "vendor\/underscore-min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "*:\/\/*.poe.trade\/*"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/poeBlock.png",
        "128": "images\/poeBlock_large.png"
    }
}