Poe.trade ignore list

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

Poe.trade ignore list là gì?

Poe.trade ignore list là một tiện ích mở rộng Chrome được phát triển bởi Max Arias, và tính năng chính của nó là "This extension allows you to blacklist and manage sellers from poe.trade".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Poe.trade ignore list

Tải xuống các tệp mở rộng Poe.trade ignore list dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Poe.trade ignore list Poe.trade ignore list
ID faapmfhhchgkfinplpkfemkfabngkioc
URL Chính Thức https://chromewebstore.google.com/detail/poetrade-ignore-list/faapmfhhchgkfinplpkfemkfabngkioc
Mô tả This extension allows you to blacklist and manage sellers from poe.trade
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 637
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2020-07-26
Ngày Phát Hành 2016-06-20
Đánh Giá 4.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Max Arias
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}