Auto Supreme
One click checkout bot for the Supreme online store.
Apa itu Auto Supreme?
Auto Supreme adalah ekstensi Chrome yang dikembangkan oleh AJProduction, dan fitur utamanya adalah "One click checkout bot for the Supreme online store.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Auto Supreme
Unduh file ekstensi Auto Supreme dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
One click checkout bot for the Supreme online store. Once installed right click the extension, go to options, fill out the form. Then go to supremenewyork.com/checkout to verify all your information works properly. On drop day once you have your item in the cart just click checkout and the extension will do the rest.
Informasi Dasar Ekstensi
Nama | |
ID | jfnlegehcjigldimknlfgjglieefifee |
URL Resmi | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
Deskripsi | One click checkout bot for the Supreme online store. |
Ukuran File | 87.48 KB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2017-05-21 |
Tanggal Publikasi | 2017-05-21 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | AJProduction |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Supreme", "description": "One click checkout bot for the Supreme online store.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Click here!" }, "content_scripts": [ { "matches": [ "https:\/\/www.supremenewyork.com\/checkout" ], "js": [ "myScript.js" ] } ], "options_page": "options.html", "permissions": [ "storage" ] } |