Skip Steam discovery queues

Automatically advance through your discovery queues on Steam

Skip Steam discovery queues란 무엇입니까?

Skip Steam discovery queues은(는) @jsejcksn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically advance through your discovery queues on Steam"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Skip Steam discovery queues 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        By completing your Steam discovery queue each day, you can earn trading cards during Steam events (for example, the Steam summer sale). This extension will automate the discovery queue process so you don't have to click "next" on each item to get your trading cards.

To use this extension, just install it and then navigate to https://store.steampowered.com/explore/, where you can set how many discovery queues you want to complete. The extension will complete the queues for you while you do something else—or you can just watch it work if you want. After the discovery queues are completed, a message will display on the last page letting you know it finished.

View code at:
https://github.com/jsejcksn/skip-steam-discovery-queues

This extension is not affiliated with Valve Corporation.

CHANGES

v1.0.3, 2018-06-30
- MUCH faster—runs after DOMContentLoaded

v1.0.2, 2018-06-29
- Starting URL matches with or without a /

v1.0.1, 2018-06-28
- Replace number input with three buttons
- Fixed position

v1.0.0, 2018-06-28
- Initial upload                    

확장 프로그램 기본 정보

이름 Skip Steam discovery queues Skip Steam discovery queues
ID nkgdeejdhkeaiifichnhfooeikidekbi
공식 URL https://chromewebstore.google.com/detail/skip-steam-discovery-queu/nkgdeejdhkeaiifichnhfooeikidekbi
설명 Automatically advance through your discovery queues on Steam
파일 크기 13.67 KB
설치 횟수 204
현재 버전 1.0.3
최근 업데이트 2018-06-30
출시 날짜 2018-06-29
평점 4.55/5 총 11 개의 평점
개발자 @jsejcksn
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jsejcksn/skip-steam-discovery-queues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip Steam discovery queues",
    "description": "Automatically advance through your discovery queues on Steam",
    "version": "1.0.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/user.js"
            ],
            "matches": [
                "https:\/\/store.steampowered.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    }
}