SafeDrop Free - Supreme and Palace Helper
SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…
SafeDrop Free - Supreme and Palace Helperคืออะไร?
SafeDrop Free - Supreme and Palace Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://safedropbot.com และคุณลักษณะหลักของมันคือ "SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SafeDrop Free - Supreme and Palace Helper
ดาวน์โหลดไฟล์ส่วนขยาย SafeDrop Free - Supreme and Palace Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the time, so you can see immediately, which items are sold out - on Palace we added prices for sold out items too - all transitions on Supreme are deleted - you save time during hard drops FULL VERSION COMING SOON FOR ONLY $39.99
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpeeoijdejkfjebiekmjcpnlnkkkcnia |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cpeeoijdejkfjebiekmjcpnlnkkkcnia |
คำอธิบาย | SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the… |
ขนาดไฟล์ | 53.84 KB |
จำนวนการติดตั้ง | 310 |
เวอร์ชันปัจจุบัน | 1.0.2.2 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.35/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://safedropbot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://safedropbot.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [], "manifest_version": 2, "name": "SafeDrop Free - Supreme and Palace Helper", "icons": { "128": "icons\/safedrop.png", "48": "icons\/safedrop.png", "16": "icons\/safedrop.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/palace.js" ], "matches": [ "*:\/\/shop.palaceskateboards.com\/*", "*:\/\/shop-usa.palaceskateboards.com\/*" ], "run_at": "document_end" }, { "js": [ "js\/lib\/jquery-3.3.1.min.js", "js\/supreme.js" ], "matches": [ "*:\/\/www.supremenewyork.com\/shop\/*", "*:\/\/www.supremenewyork.com\/*" ], "run_at": "document_start" }, { "css": [ "css\/supreme.css" ], "matches": [ "*:\/\/www.supremenewyork.com\/*" ] }, { "css": [ "css\/palace.css" ], "matches": [ "*:\/\/*.palaceskateboards.com\/*" ] } ], "version": "1.0.2.2", "version_name": "1.0.2.2" } |