poe.trade price fixing
This extension show the rating of a seller in poe.trade
poe.trade price fixingคืออะไร?
poe.trade price fixing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pow-up และคุณลักษณะหลักของมันคือ "This extension show the rating of a seller in poe.trade"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย poe.trade price fixing
ดาวน์โหลดไฟล์ส่วนขยาย poe.trade price fixing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is to simplify the use of poe trade for old data and price fixing Its open source on https://github.com/zohon/poe-trade-fixing
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | poe.trade price fixing |
ID | ijlipmjclpchckgkoieeihjmjenjehjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/poetrade-price-fixing/ijlipmjclpchckgkoieeihjmjenjehjk |
คำอธิบาย | This extension show the rating of a seller in poe.trade |
ขนาดไฟล์ | 177 KB |
จำนวนการติดตั้ง | 629 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2017-08-25 |
วันที่เผยแพร่ | 2017-08-25 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Pow-up |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "poe.trade price fixing", "description": "This extension show the rating of a seller in poe.trade", "version": "1.0.6", "incognito": "spanning", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/poe.trade\/*" ], "css": [ "poefixing.css" ], "js": [ "jquery-3.2.1.min.js", "firebase.js", "main.js" ] } ], "permissions": [ "storage" ] } |