Supreme Size Selector + ATC
ATC extension for Supreme Webstore
Supreme Size Selector + ATC क्या है?
Supreme Size Selector + ATC nglc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ATC extension for Supreme Webstore"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Supreme Size Selector + ATC एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Price: $3 (One Time Payment) Works on Supreme EU, Supreme US and Supreme JP Automatically add selected item to cart and ticks the terms on checkout page for faster checkout! Works best with tohodo.com Autofill extension! Autofill: https://chrome.google.com/webstore/detail/autofill/nlmmgnhgdeffjkdckmikfpnddkbbfkkk?utm_source=chrome-ntp-icon How to use: 1) Click on the icon 2) Select your size 3) Click SAVE button That's it! TO DISABLE: 1. Click DISABLE ----------- Changelogs ----------- 4.0 - Re-worked backend scripts - Optimised performance 3.2 - Changes in chrome extension permission settings 3.1 - Bug fixes 3.0 - Added support for NewEra hat sizing - Added support for S/M & M/L hat sizing 2.8.2 - Fixed XXL not adding to cart 2.8.1 - Bug fixes 2.8 - Updated to accept in-app payment - Added XXLarge option - Due to the changes of Chrome Webstore, I have to switch to an in-app payment system to accept payment, unfortunately I am unable to migrate the license from Google's database to the new in-app payment system. Rest assured, there will be new features coming down the pipeline and it will be a worthwhile upgrade if you have previously purchased the extension. New features that I am working on: Backup size purchase (if Medium sold out, add Large instead), New Era hat sizing etc - 2.7 - Adjusted "One Size ATC" settings to prevent it from clicking "Add to cart" button when item is already in cart - "One Size" has been renamed to "One Size ATC" - Untick "One Size ATC" when "Size Select Only" is ticked; vice versa 2.6 - Untick "Go to Checkout" when "Size Select Only" is ticked; vice versa 2.5.1 - Added "Auto tick Terms" option 2.5 - Fix extension would not tick terms and condition at US checkout page 2.4 - Added "Go to Checkout" option - Changes in chrome extension permission settings 2.0 - Added multiple size selector - Added "One Size" ATC - Added "Size Select Only" feature (Disables ATC, would only select size from dropdown menu) - Auto refresh upon clicking "Save" or "Disable" button, removing the need to manually refresh Supreme page for the ATC to take effect 1.4.2 - Will show "x Disabled x" when extension has been disabled (Please remember to refresh Supreme page to take effect!) 1.4.1 - Fixed ATC for US site 1.4 - Added ATC feature - Revamped popup window 1.3.2 - Added support for UK/EU shoe sizing 1.3.1 - Added disable auto size selection button (Please refresh the page to take effect) - No more "Information saved!" popup 1.2 - Code cleanup 1.1 - Added Small option for Jackets/Coats/Shirts sizes - Quick and easy access to settings
एक्सटेंशन की मूल जानकारी
नाम | Supreme Size Selector + ATC |
ID | mialjgeooaepealoglgacdjicchfipjd |
आधिकारिक URL | https://chromewebstore.google.com/detail/supreme-size-selector-+-a/mialjgeooaepealoglgacdjicchfipjd |
विवरण | ATC extension for Supreme Webstore |
फ़ाइल का आकार | 794 KB |
स्थापना संख्या | 872 |
वर्तमान संस्करण | 4.0 |
अंतिम अपडेट | 2023-07-12 |
प्रकाशन तिथि | 2020-04-22 |
रेटिंग | 4.41/5 कुल 34 रेटिंग्स |
डेवलपर | nglc |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supreme Size Selector + ATC", "manifest_version": 2, "version": "4.0", "description": "ATC extension for Supreme Webstore", "icons": { "38": "img38.png", "48": "img48.png", "128": "img128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.supreme.com\/*" ], "js": [ "view\/jquery-3.7.0.min.js", "supreme.js", "ExtPay.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "supreme.js", "ExtPay.js", "background.js" ], "persistent": false }, "permissions": [ "*:\/\/*.supreme.com\/*", "storage" ], "web_accessible_resources": [ "view\/jquery.min.map" ], "browser_action": { "default_icon": { "38": "img38.png", "48": "img48.png", "128": "img128.png" }, "default_popup": "view\/pm.html" } } |