Super Me

Supreme SecKill

Super Me là gì?

Super Me là một tiện ích mở rộng Chrome được phát triển bởi Super Me, và tính năng chính của nó là "Supreme SecKill".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Me

Tải xuống các tệp mở rộng Super Me dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Supreme Auto Checkout is a Google Chrome extension to automate the process of buying a product from the Supreme shop.

Supreme Auto Checkout provides many features such as:

Auto Checkout - The product will automatically be added to your cart and will straight go to the checkout page.

AutoFill - All of your billing informations will be automaticaly filled on the checkout page.

Multi profiles - You can setup multiple profiles to quickly switch settings during drop day!

Configurable delays for every steps of the checkout process.

Size choice for every category of product.

Option to set a minimum/maximum price for a product.

Option to hide sold out products.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Me Super Me
ID cpmkjphelfdfiggobhfobckmamggnjff
URL Chính Thức https://chrome.google.com/webstore/detail/super-me/cpmkjphelfdfiggobhfobckmamggnjff
Mô tả Supreme SecKill
Kích Thước Tệp 2.88 MB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 0.7.0
Cập Nhật Lần Cuối 2021-12-05
Ngày Phát Hành 2021-02-22
Nhà Phát Triển Super Me
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Me",
    "description": "Supreme SecKill",
    "version": "0.7.0",
    "background": {
        "script": "background.js"
    },
    "browser_action": {
        "default_title": "Super Me",
        "default_popup": "index.html?popup=true",
        "default_icon": "assets\/img\/icon.png"
    },
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    },
    "options_ui": {
        "page": "index.html",
        "open_in_tab": true
    },
    "options_page": "index.html",
    "permissions": [
        "storage",
        "background",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.supremenewyork.com\/*",
        "*:\/\/*.yysports.com\/*",
        "downloads",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "1017987636028-bkjp3m4issoe71j8phj3r9mdgt0dhvi0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.supremenewyork.com\/*",
                "*:\/\/*.yysports.com\/*"
            ],
            "js": [
                "extension.js"
            ]
        }
    ]
}