Poe.trade ignore list
This extension allows you to blacklist and manage sellers from poe.trade
Poe.trade ignore listคืออะไร?
Poe.trade ignore list เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Max Arias และคุณลักษณะหลักของมันคือ "This extension allows you to blacklist and manage sellers from poe.trade"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Poe.trade ignore list
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |