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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}