Skip Steam discovery queues
Automatically advance through your discovery queues on Steam
Skip Steam discovery queuesคืออะไร?
Skip Steam discovery queues เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @jsejcksn และคุณลักษณะหลักของมันคือ "Automatically advance through your discovery queues on Steam"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip Steam discovery queues
ดาวน์โหลดไฟล์ส่วนขยาย Skip Steam discovery queues ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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" } } |