Skip Steam discovery queues

Automatically advance through your discovery queues on Steam

Skip Steam discovery queues क्या है?

Skip Steam discovery queues @jsejcksn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically advance through your discovery queues on Steam"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Skip Steam discovery queues एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}