UnQueue
Don't wait - skip the queue!
UnQueueคืออะไร?
UnQueue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jamie Curnow และคุณลักษณะหลักของมันคือ "Don't wait - skip the queue!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UnQueue
ดาวน์โหลดไฟล์ส่วนขยาย UnQueue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UnQueue skips the queue for many popular sites, it is a simple one-click solution to get direct access to websites that have a queue!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ipfbebnggphmdiapejjiekibjaohopfm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/unqueue/ipfbebnggphmdiapejjiekibjaohopfm |
คำอธิบาย | Don't wait - skip the queue! |
ขนาดไฟล์ | 35.02 KB |
จำนวนการติดตั้ง | 316 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2020-04-17 |
วันที่เผยแพร่ | 2020-04-15 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Jamie Curnow |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnQueue", "version": "0.1.0", "description": "Don't wait - skip the queue!", "icons": { "16": "icons\/icon_on_16.png", "32": "icons\/icon_on_32.png", "48": "icons\/icon_on_48.png", "128": "icons\/icon_on_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "UnQueue", "default_popup": "popup.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |