ACNH Exchange Turnip skip the queue

Skip the queue on the ACNH Exchange app.

ACNH Exchange Turnip skip the queue là gì?

ACNH Exchange Turnip skip the queue là một tiện ích mở rộng Chrome được phát triển bởi flashapp.corporation, và tính năng chính của nó là "Skip the queue on the ACNH Exchange app.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ACNH Exchange Turnip skip the queue

Tải xuống các tệp mở rộng ACNH Exchange Turnip skip the queue 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

                        ACNH Exchange skip the queue is a chrome extension that will detect automatically when a queue is available given your criteria (minimum turnip price and maximum queue size) on https://app.animalcrossingexchange.com/turnips/traders

By using this extension you won't need to refresh the page forever/keep looking at your screen for the best opportunity, instead the extension will notify you with a sound an auto focus on the tab + it will automatically open the Join Line popup.

Note: As soon as you have joined a queue, the extension will stop looking for better price, so you need to leave the queue before the extension listen for better prices again.                    

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

Tên ACNH Exchange Turnip skip the queue ACNH Exchange Turnip skip the queue
ID gaofcoeemphfdoajoiaijhbfffnfeieo
URL Chính Thức https://chrome.google.com/webstore/detail/acnh-exchange-turnip-skip/gaofcoeemphfdoajoiaijhbfffnfeieo
Mô tả Skip the queue on the ACNH Exchange app.
Kích Thước Tệp 76.19 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2020-05-22
Ngày Phát Hành 2020-05-21
Nhà Phát Triển flashapp.corporation
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ACNH Exchange Turnip skip the queue",
    "version": "0.0.0.4",
    "description": "Skip the queue on the ACNH Exchange app.",
    "browser_action": {
        "default_title": "ACNH Exchange queue skipper",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "https:\/\/app.animalcrossingexchange.com\/*",
        "tabs",
        "webRequest",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "script.js",
        "assets\/that-was-quick.mp3"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/turnip16.png",
        "48": "icons\/turnip48.png",
        "128": "icons\/turnip128.png"
    }
}