Auto Supreme
One click checkout bot for the Supreme online store.
什么是Auto Supreme?
Auto Supreme是由AJProduction开发的Chrome扩展程序,该扩展的主要功能是“One click checkout bot for the Supreme online store.”。
扩展截图
下载Auto Supreme扩展crx文件
下载Auto Supreme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | jfnlegehcjigldimknlfgjglieefifee |
官方URL | https://chrome.google.com/webstore/detail/auto-supreme/jfnlegehcjigldimknlfgjglieefifee |
简介 | One click checkout bot for the Supreme online store. |
文件大小 | 87.48 KB |
安装次数 | 105 |
当前版本 | 1.1 |
更新时间 | 2017-05-21 |
上架时间 | 2017-05-21 |
评分 | 5.00/5 共2次评分 |
开发者 | AJProduction |
付费类型 | free |
支持的语言 | 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" ] } |