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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SafeDrop Free main features: - improved readability and clarity on Supreme and Palace sites - added sold out tags visible all the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SafeDrop Free - Supreme and Palace Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |