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开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to blacklist and manage sellers from poe.trade”。
扩展截图
下载Poe.trade ignore list扩展crx文件
下载Poe.trade ignore list扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |