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是由https://safedropbot.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } |