Poe.trade ignore list

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

Was ist Poe.trade ignore list?

Poe.trade ignore list ist eine Chrome-Erweiterung, die von Max Arias entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to blacklist and manage sellers from poe.trade".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Poe.trade ignore list-Erweiterungs-CRX-Datei herunterladen

Laden Sie Poe.trade ignore list-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Poe.trade ignore list Poe.trade ignore list
ID faapmfhhchgkfinplpkfemkfabngkioc
Offizielle URL https://chromewebstore.google.com/detail/poetrade-ignore-list/faapmfhhchgkfinplpkfemkfabngkioc
Beschreibung This extension allows you to blacklist and manage sellers from poe.trade
Dateigröße 181 KB
Installationsanzahl 637
Aktuelle Version 0.2
Letztes Update 2020-07-26
Veröffentlichungsdatum 2016-06-20
Bewertung 4.40/5 Insgesamt 10 Bewertungen
Entwickler Max Arias
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}