Poe.trade ignore list
This extension allows you to blacklist and manage sellers from poe.trade
What is Poe.trade ignore list?
Poe.trade ignore list is a Chrome extension developed by Max Arias, and its main feature is "This extension allows you to blacklist and manage sellers from poe.trade".
Extension Screenshots
Download Poe.trade ignore list Extension CRX File
Download Poe.trade ignore list extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Poe.trade ignore list |
ID | faapmfhhchgkfinplpkfemkfabngkioc |
Official URL | https://chromewebstore.google.com/detail/poetrade-ignore-list/faapmfhhchgkfinplpkfemkfabngkioc |
Description | This extension allows you to blacklist and manage sellers from poe.trade |
File Size | 181 KB |
Installation Count | 637 |
Current Version | 0.2 |
Last Updated | 2020-07-26 |
Publish Date | 2016-06-20 |
Rating | 4.40/5 Total 10 Ratings |
Developer | Max Arias |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |