Supreme Autofill

Never miss a drop again, autofill your checkout on the Supreme Store.

Supreme Autofillคืออะไร?

Supreme Autofill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://supremeautofill.co.uk และคุณลักษณะหลักของมันคือ "Never miss a drop again, autofill your checkout on the Supreme Store."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Supreme Autofill

ดาวน์โหลดไฟล์ส่วนขยาย Supreme Autofill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The best Autofill extension for Supreme on the market, built for SS21. New features added weekly to ensure you can always cop the pieces you want.

Supreme Autofill makes it easy to buy items from the Supreme store. Once an item is in your basket and the checkout button is clicked, Supreme Autofill will enter your details, accept the terms and even finalise the purchase. You’ll never take an L again.

Autofill for Supreme UK, Europe, USA, Canada & Japan.

HOW TO USE
1. Open the extensions options page.
2. Enter your details as they would appear on the Supreme store.
3. Click the save button.
4. If the extension is enabled, when you checkout on the Supreme store your details will be filled out automatically. 

ADDITIONAL FEATURES
1. Auto Checkout - If enabled, your details will be filled out automatically and the extension will complete the checkout process
2. Notifications - If enabled, you will receive a push notification every drop day.
3. Supreme Autofill Dashboard - From the popup menu see a countdown timer to the next drop, links to the drop list and Supreme news

DATA STORAGE
Supreme Autofill is secure. Your personal data is stored in Google Chrome, keeping all of your information safe. However if you wish to erase your details you can quickly do so using the delete data button in the options page.

TO DISABLE
1. Open the extensions page in Google Chrome settings.
2. Uncheck Supreme Autofill

LIABILITY
By installing the app, you agree to the following terms and conditions: 
The developer is in no way responsible for the security of your data. Your Data is entered so at your own risk. 
The developer is not responsible for any accidental purchases incurred by you via the use of this extension.

UPDATES
0.9.1
- State selection & other bug fixes
0.9
- Realtime alerts added
- End of season timer
0.8
- Local Chrome Storage for better security
- Encrypt data for Chrome Storage
0.7
- Added support for all US Cards
- Fixed 7 day countdown timer bug
0.6
- Added support for Japan 
0.5
- Added support for the USA & Canada 
0.4
- Toggle the extension on & off from the popup menu
- Updated toggle styling
0.3
- Negative countdown bug fixed
0.2
- Checkout script condensed
- Icons updated
- Description updated                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Supreme Autofill Supreme Autofill
ID aadmookagofpgbbpbidfmjkipojhinlg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/supreme-autofill/aadmookagofpgbbpbidfmjkipojhinlg
คำอธิบาย Never miss a drop again, autofill your checkout on the Supreme Store.
ขนาดไฟล์ 100 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.9.2
อัปเดตครั้งล่าสุด 2021-03-30
วันที่เผยแพร่ 2020-06-18
คะแนน 3.69/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา https://supremeautofill.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.supremeautofill.co.uk/
URL หน้าช่วยเหลือ https://supremeautofill.co.uk/support-and-faq/
URL หน้านโยบายความเป็นส่วนตัว https://supremeautofill.co.uk/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Supreme Autofill",
    "short_name": "Supreme Autofill",
    "description": "Never miss a drop again, autofill your checkout on the Supreme Store.",
    "version": "0.9.2",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com; object-src 'self'",
    "icons": {
        "128": "app\/icons\/supfill128.png",
        "48": "app\/icons\/supfill48.png",
        "16": "app\/icons\/supfill16.png"
    },
    "browser_action": {
        "default_title": "Supreme Autofill",
        "default_popup": "app\/html\/popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "background",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "app\/html\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "app\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "app\/js\/jquery-3.1.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "app\/js\/rollups\/aes.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "app\/js\/fill.js"
            ],
            "matches": [
                "http:\/\/www.supremenewyork.com\/*",
                "https:\/\/www.supremenewyork.com\/*"
            ]
        }
    ]
}