Halo 5 REQ Guide
Get REQ'd
Halo 5 REQ Guideคืออะไร?
Halo 5 REQ Guide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cwachtman และคุณลักษณะหลักของมันคือ "Get REQ'd"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Halo 5 REQ Guide
ดาวน์โหลดไฟล์ส่วนขยาย Halo 5 REQ Guide ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension scans your inventory and identifies how many REQ packs are needed to complete your collection. It also calculates REQ points obtainable by selling items. You will need to visit the pages for each REQ type in order for the extension to access the data.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlhebbfjfhflbnbdpckijnagbhmknkkg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/halo-5-req-guide/dlhebbfjfhflbnbdpckijnagbhmknkkg |
คำอธิบาย | Get REQ'd |
ขนาดไฟล์ | 20.53 KB |
จำนวนการติดตั้ง | 379 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2016-02-12 |
วันที่เผยแพร่ | 2016-02-12 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | cwachtman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Halo 5 REQ Guide", "description": "Get REQ'd", "version": "2.1", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.halowaypoint.com\/*\/halo-5-guardians\/xbox-one\/requisitions\/*" ], "js": [ "content.js" ] } ], "browser_action": { "default_title": "Halo 5 REQ Guide", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |