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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}