ACNH Exchange Turnip skip the queue

Skip the queue on the ACNH Exchange app.

ACNH Exchange Turnip skip the queue란 무엇입니까?

ACNH Exchange Turnip skip the queue은(는) flashapp.corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip the queue on the ACNH Exchange app."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ACNH Exchange Turnip skip the queue 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ACNH Exchange Turnip skip the queue ACNH Exchange Turnip skip the queue
ID gaofcoeemphfdoajoiaijhbfffnfeieo
공식 URL https://chrome.google.com/webstore/detail/acnh-exchange-turnip-skip/gaofcoeemphfdoajoiaijhbfffnfeieo
설명 Skip the queue on the ACNH Exchange app.
파일 크기 76.19 KB
설치 횟수 59
현재 버전 0.0.0.4
최근 업데이트 2020-05-22
출시 날짜 2020-05-21
개발자 flashapp.corporation
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}