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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
} | |